Recent questions without an upvoted answer

0 votes
1 answer
4
A constructor cannot be explicitly called by the client program. true or false?
0 votes
0 answers
5
A program that includes the file containing a class declaration is called a ________ program of the class.
0 votes
0 answers
6
Consider an integer upper triangular 2D array arr[–8 to +7][–8 to +7] having base address 1000. If the size of the integer is 4 bytes, the address of the element pres...
0 votes
1 answer
8
S - A BA - f S fA - b b B dB - ƐB - cFirst(S) =First(A) =First(B) =Follow(S) =Follow(A) =Follow(B) =
0 votes
1 answer
9
0 votes
1 answer
10
R(A1, A2,A3,A4....AN). How many super keys possible in relation? If (A1 is candidate key, A2 is candidate key, A3 is candidate key)
1 votes
1 answer
11
0 votes
2 answers
14
0 votes
1 answer
16
Consider a matrix A (n×m) ,X(m×n) and B(n×n) such that AX=B . If A has k linearly independent columns then what conclusions can we nake about the number of linearly in...
0 votes
1 answer
17
Let $K_n$ denote the complete graph on $n$ vertices, with $n ≥ 3$, and let $u$, $v$, $w$ be three distinct vertices of $K_n$. Determine the number of distinct paths fro...
0 votes
0 answers
19
Give an appropriate tree-structure diagram for the following relational database:Employee (person_name, street, city)Works (person_name, company_name, salary)Company (com...
0 votes
1 answer
20
You have the following four contiguous networks:$10.0.0.0/24$$10.0.1.0/24$$10.0.2.0/24$ $10.0.3.0/24$What is the supernet address that can represent all these networks?
0 votes
1 answer
23
how to check the validity of an a argument using laws of logics
0 votes
1 answer
26
Consider R(A,B,C,D,E,H) be a relational schema with the following functional dependencies:A->BC, CD->E, E->C, D->AEH, ABH->BD, DH->BCFind minimal cover ?
0 votes
0 answers
27
What is the maximum n-bit number in base x ,when represented in decimal(10)?