Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 7

Embud ur-Technical Aptitude

1."How many Address lines and Data lines in 8086?"


A. 16, 8
B. 16, 32
C. 20, 16
D. 32,64
2.which of the following does not contain in a Process Control Block (PCB) ?" -
A. Code
B. Stack
C. Bootstrap program
D. Data
3.Which of the following TCP/IP protocol is used for transferring electronic mail messages from one machine to
another
A. FTP
B. SNMP
C. DSMTP
D. RPC
E. None
4. Number of diodes used in a full wave bridge rectifier is"
A. 1
B. 2
C. 3
D. 4
5.Linux kernel code is written in"
A. C++
B. Python
C. C
D. Depends on vendor
6.The logic gate that will have a LOW output when any one of its inputs is HIGH is the
A. NAND Gate
B. AND Gate
C. NOR Gate
D. OR Gate
7."An Assembler of a microprocessor is used for
A. Assembly of processors in a production line
B. Creation of new program's using different modules
C. Translation of a program form assembly language to machine language
D. Translation of a higher level language into English Text
8.Which organisation/institution defined W. Fistandard?
A. IETF
B. OSI
C. ISO
D. IEEE
9."The formula for current as per Ohm's Law is"
A. Voltage/Resistance
B. Resistance Voltage
C. Voltage + Resistance
D. Resistance / Voltage
10.Flip-flop can store of data
A. 1 Byte
B. 1 Nibble
C. 1 Bit
D. 32 Bit
11."Size of a union is determined by size of the"
A. First member in the union
B. Last member in the union
C. Biggest member in the union
D. Sum of the sizes of all members
12.Which among the following is never possible in when members in a Structure the same as that in Unions? Let P
be a structure .Let Q be a Union
A. Sizeof(P) is greater than sizeof(Q)
B. Sizeof(P) equal to Sizeof(Q)
C. Sizeof(P) is less than to sizeof(Q)
D. None of the above
13."Zener diode is a
A. Current Regulator
B. Voltage Regulator
C. Power Regulator
D. Resistor
14."Flow of execution of an instruction in microprEvaluat
A. Fetch -> Decode->Execute
B. Decode-> Fetch-> Execute
C. Fetch Decode->Evaluate
D. Decode Fetch -> Evaluate

15.'One's complement for decimal number 13 is


A. 0010
B. 1010
C. 1100
D. 0011
16."The access time is less for”
A. Hard disk
B. Cache
C. Registers
D. Main Memory
17.What is the built in library function to compare two strings?"
A. String_cmp()
B. strcmp()
C. equals()
D. str_compare()
18.The communication mode that supports 2 way traffic but only one direction at a time is
A. Simplex
B. Duplex
C. Half Duplex
D. Multiplex
19."Ethernet is
A. Star Topology
B. Ring Topology
C. Mesh Topology
D. Bus Topology
20.Which algorithm is defined in Time quantum?"
A. Shortest job scheduling algorithm
B. Round robin scheduling algorithm
C. Priority scheduling algorithm
D. Multilevel queue scheduling algorithm
21.In Thevenin's theorem Vth is
A. Sum of two voltage sources
B. A single voltage source
C. Infinite voltage sources
D. Zero Voltage

22.ALE in Microprocessor stands for"


A. Address Logic Enable
B. Address Latch Enable
C. Arithmetic Logic Enable
D. Arithmetic Latch Enable
23."Number of nibbles making one byte is
A. 1
B. 2
C. 3
D. 4
24.Which is the highest priority interrupt?"
A. Rst5.5
B. rst6.5
C. TRAP
D. HLD
25.Which is not an application layer protocol?"
A. TELNET
B. FTP
C. SMTP
D. TCP
E. HTTP
26.A latch is
A. Edge Triggered
B. Level Triggered
C. Both Edge & Level Triggered
D. combinational logic circuit
27."How many classes are in IP address (PV4)
A. 3
B. 4
C. 5
D. 6
28."Length of the MAC address-In bytes"
A. 16
B. 24
C. 32
D. 48

29."Length of the Internet Protocol address (IPV) & (IDV6)-In bytes"


A. 16, 32
B. 32, 48
C. 32, 64
D. 32, 128
30.Length of the MAC address-In bytes"
A. 16
B. 24
C. 32
D. 48

31. Arrang the words given below in a meaning of sequence 1,Poverty2.population3.Death4.Unemployment5.Disease


A.2,3,4,5,1
B.3,4,2,5,1
C.2,1,4,5,3

32. Fill in the blanks of series GAH,HBI,ICJ,JDK


A.LEK
B.KEL
C.MFL

33. Choose the one which best expresses the given sentence in passive /Active voice---I remember my father taking
me to the beach.
A.I remember I was taken to the beach by my father
B.I remember being taken to the beach by my father
C. I remember myself being taken to the beach by my father

34. Antonym Concede

A.Object
B.Refuse
C.Grant

35. Pointing to a Photograph of a girl Jennifer said ,”She is the daughter of the only daughter of mu mother,”How is
jenifer related to that girl.

A.sister
B.Aunty
C.mother

36.A woman has INR.640 in the denominations of the one –rupeenotes ,five repee notesand ten rupee notes.The
number pf notes of each denominations is equal.What is the total number of notes that she has.

A.90
B.105
C.120

37.Synonym GRAFTIFY
A.Appreciate
B.Indulge
C.Pacify

38.Compare which number comes next 23 39 25 36 27 33 29

A.31 33
B. 30 31
c.30 27

39.Diesel prices ,which have been on the rise for the last several years,have----the backbone of the automobile
industry

A.Joined
B.Burst
C.broken
D.altered
40. Synonym Entrenched

A.Filled up
B.Ingrained
c.Followed up

41. P can do a work in 15 days and Q in 20 days. If they work on together for 4 days,then the fraction of work that is
left is

A.1/4
B.1/10
C.7/15

42. Antonym:Feasiblity

A.unsuitablity
B.cheapness
c.impropriety

43.can we have a pointer to a function

A.not possible
B.possible
C.depends on the return value

44. Suppose a,b,c are integer variables with variable with values 5,6,7 respectively,whwt is thw value of the
expression1{(B+C)>(A+10)}

a.1
B.6
C.15
45.Given a piece of code int a[50];int*pa;pa=a to access the 6 th elelment of the array which of the folloiwg is
incorrect.

A.*(a+5)
B.a[5]
c. *(*pa+5)

46.Which is the correct form to declare main with command line arugments

A.int main(int argc,char argv[]){}


B.int main(int argc,char argv[]){}
C.int main(int argc,char argv[]){}

47.What will be printed as the result of the operation below.main(){int x=20,y=35;x=y++ + X++;y=++y+ +
+X,printf(“%d%d”,x,y);}
A.5 8 9 4
B.5 7 9 4
C.5 8 9 5
48. What wil be the output of the program :#include int main();Enum days{MON=-
1,TUE<WED=6,THU,FRI,SAT};printf(“%d %d %d %d%d%d\n”,MON,TUE,WED,THU,FRI,SAT),return 0;}
A.-1,0,1,2,3,4
B.-1,2,6,3,4,5
C.-1,0,6,2,3,4

49.Given the following programs fragment main(){int I,j,k,;i=3;j=2*[i++];k=2*[++i];}which one of the b given
option is correct
A. j=6,k=10
B. i=5,k=6
C .j=6,k=8
D. i=4,k=6

50.Which one of the following Bitwise operators can be used efficiency to swap two numbers?
A.||
B.^
C.|

You might also like