[go: up one dir, main page]

0% found this document useful (0 votes)
468 views18 pages

CoCubes Test 2

This document contains a summary of 6 multiple choice questions from a question bank for an exam. The questions cover topics in aptitude, engineering, programming, and communications. For each question, the document provides the question text, possible answers, metadata on difficulty level and number of attempts, and which question bank the questions were added to.

Uploaded by

Pravallika Reddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
468 views18 pages

CoCubes Test 2

This document contains a summary of 6 multiple choice questions from a question bank for an exam. The questions cover topics in aptitude, engineering, programming, and communications. For each question, the document provides the question text, possible answers, metadata on difficulty level and number of attempts, and which question bank the questions were added to.

Uploaded by

Pravallika Reddy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

Nataraju AB X

   Question Bank  CoCubes Test 2 (ECE)

 +
Browse Question Banks CoCubes Test 2 (ECE) + Bulk add Question
+ Bulk add Question
Search here  69 Single questions
from word

 Selected Question bank

CoCubes Test 2 (ECE)


  Action  Enter question to searc  Sort   Expand All 
 2021_TCS_NQT_Coding 1
Single Questions Group Questions Draft Questions


2021_TCS_NQT_Coding 2

2021_TCS_NQT_Coding 3
MCQ - Single Correct ,

 2021_TCS_NQT_Mock Te…

2021_TCS_NQT_Mock Te…
Subject: Aptitude   /   Topic: Quantitative Ability   /   Subtopic: Time and work

Q1 Ready Tailoring services is very well known in its quality and time bound services. The


company (Ready Tailoring Services) received a large order for stiching military
2021_TCS_NQT_Mock Te…
uniforms. Ti has two different orders to prepare the shirts one for of cers and second
2021_TCS_NQT_Mock Te…
for Jawans (non-Of cers). It has three cutters who will cut the fabric. Six tailors who


will do the stiching and 3 assistant to stich the buttons and iron the shirts. Each of
2021_TCS_NQT_Mock Te… these 12 persons will work for exactly 8 hours a day. Each of the of cers uniform
requires 20 minutes for cutting the fabric. 1 hour for stiching and 20 minutes for
2021_TCS_NQT_Numeric…


stiching buttons and ironing the shirts. Whereas the Jawan’s uniform requires 15
minutes for cutting the fabric and 60 minutes for stiching and 10 minutes for buttons
2021_TCS_NQT_Numeric…
and ironing.

3
2021_TCS_NQT_Numeric…
If the company has to produce the shirts for only one category then of which category
2021_TCS_NQT_Program… it can produce maximum number of uniforms?

$
2021_TCS_NQT_Program… 1.  (A) Of cers

2021_TCS_NQT_Program… 2.  (B) Jawans


3.  (C) either (A) or (B)
2021_TCS_NQT_Reasoni…
4.  (D) none of these
2021_TCS_NQT_Reasoni…

2021_TCS_NQT_Reasoni… Automatic Di culty: 0/10 Blooms Taxonomy: -

2021_TCS_NQT_Verbal A…
No.of Attempts: 4 Avg time taken: 53.75sec Right: 25.00% Wrong: -

2021_TCS_NQT_Verbal A…
Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: 07/02/19 12:10

2021_TCS_NQT_Verbal A…
Tests added: CoCubes Test 2 (ECE)

 1 2 3


 MCQ - Single Correct ,
Subject: Engineering   /   Topic: Electrical   /   Subtopic: Control Systems

Q2 The steady state error for unit ramp inputs :-


1.  0.8
2.  0.4
3.  0.1
4.  0.2

Automatic Di culty: 7.03/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 35.38sec Right: 50.00% Wrong: 25.00%

Skipped: 25.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 Fill-Ups ,
Subject: Engineering   /   Topic: Computer Science   /   Subtopic: Programming and Data Structures

Q3 How many distinct keys represent 132 distinct binary search tree _________

/
Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 2.19sec Right: - Wrong: 100.00%

Skipped: - Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Verbal Ability   /   Subtopic: Vocabulary

Q4 Choose the meaning for the idiom given below


At close quarters

1.  close examinations
2.  live near to each other
3.  live far to each other
4.  in love

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 1.00sec Right: - Wrong: 50.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: 10/07/19 11:58

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Reasoning Ability   /   Subtopic: Flow Chart

Q5  Study the ow chart given below and answer the question.

1.  4
/
2.  7
3.  6
4.  8

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 0.00sec Right: 25.00% Wrong: -

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Programming   /   Topic: C++ Programming   /   Subtopic: Operators and Expressions

Q6 What is the value of p?


#include <iostream>
using namespace std;
int main()
{
int p;
bool a = true;
bool b = false;
int x = 10;
int y = 5;
p = ((x | y) + (a + b));
cout << p;
return 0;
}

1.  0
2.  16
3.  12
4.  2

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 24.83sec Right: - Wrong: 25.00%

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Engineering   /   Topic: Communication   /   Subtopic: Communications

Q7 An information source produces 8 different symbols with probabilities 


 respectively. These symbols are encoded as 000, 001, 010,
011, 100, 101, 110, 111 respectively. The probability of occurring '0' & '1' s are :-

1.  (0.780, 0.22)
2.  0.796, .203
3.  (0.324, 0.676)
4.  (.423, .577)

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 8.88sec Right: - Wrong: 50.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Programming   /   Topic: C Programming   /   Subtopic: Input and Output Statements

/
What is the output of this C code (if run with no options or arguments)?
Q8 #include <stdio.h>
int main(int argc, char *argv[ ])
{
printf("%d\n", argc);
return 0;
}

1.  0
2.  1
3.  Depends on the platform
4.  Depends on the compiler

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 2.88sec Right: - Wrong: 50.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Verbal Ability   /   Subtopic: Vocabulary

Q9 At the spur of the moment


1.  Dif cult Moment
2.  Without Delay
3.  Great Moment
4.  Very Slow

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 1.13sec Right: 50.00% Wrong: -

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Reasoning Ability   /   Subtopic: Direction

Q10 A compass was damaged and its needle turned in such a manner that the pointer
which was showing west is now showing south. Raja went towards geographical east
as per the above compass In which direction did he want to go?

1.  East
2.  West
3.  North
4.  South

Tags: veri ed

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 0.00sec Right: - Wrong: 25.00%

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: 03/10/19 14:45

Tests added: CoCubes Test 2 (ECE)

 Programming ,
Subject: Programming   /   Topic: C Programming   /   Subtopic: Patterns

Q11 Write a program to print the pascal triangle as shown in sample output.

/
Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 10.17sec Right: - Wrong: 75.00%

Skipped: 25.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Programming   /   Topic: Electrical   /   Subtopic: Control Systems

Q12
Consider the feedback system with characteristics equation if   = 0. The
centroid and breakaway points of the root locus of the system are :-

1.  (–1.66, –0.784)
2.  (–1, –0.66)
3.  (–1.66, –2.048)
4.  (0, –1.53)

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 0.38sec Right: - Wrong: 50.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Quantitative Ability   /   Subtopic: Time, Speed And Distance

Q13 Only a single rail track exists between stations A and B on a railway line. One hour
after the north bound superfast train N leaves station A for station B, a south bound
passenger train S reaches station A from station B. The speed of the superfast train is
twice that of a normal express train E, while the speed of a passenger train S is half
that of E. On a particular day, N leaves for station B from station A, twenty minutes
behind the normal schedule. In order to maintain the schedule, both N and S increased
their speeds. If the superfast train doubles its speed, what should be the ratio
(approximately) of the speed of passenger train to that of the superfast train so that
passenger train S reaches exactly at the scheduled time at station A on that day

1.  1 : 3
2.  1 : 4
3.  1 : 5
4.  1 : 6

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 1.25sec Right: - Wrong: 25.00%

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Engineering   /   Topic: Computer Science   /   Subtopic: Computer Networks

Q14 Consider following relay machine

What is the o/p of above machine for the g/p 100101110 (assume g/p is read ace to
big Indian from)

1.  01010110
2.  100101111
/
3.  01010111
4.  None

Automatic Di culty: 5/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 1.25sec Right: - Wrong: 25.00%

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Quantitative Ability   /   Subtopic: Geometry

Q15 5 concentric circles are drawn whose circumferences are in the ratio 2 : 3 : 7 : 9 : 13. If
a line is drawn joining the centre to a point on the outermost circle, what is the ratio of
the length of the line to the radius of the 2nd innermost circle?

1.  2 :9
2.  13 :3
3.  7 :9
4.  11 : 13

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 0.50sec Right: - Wrong: 25.00%

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Engineering   /   Topic: Electrical   /   Subtopic: Control Systems

Q16 For the control system shown in the gure, is proportional and an error system if the
damping ratio is 0.5. The error factor ke is :-

1.  0
2.  0.116
3.  0.231
4.  1.325

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 0.75sec Right: - Wrong: 25.00%

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Quantitative Ability   /   Subtopic: Geometry

Q17 In the given gure, PQ = RP. O is the centre of the circle. Find <PQR.

/
1.  30º
2.  120º
3.  60º
4.  45º

Automatic Di culty: 4.62/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 11.25sec Right: 25.00% Wrong: -

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Engineering   /   Topic: Electrical   /   Subtopic: Control Systems

Q18 Step response of second order system is shown in the gure. The open loop transfer
function of the system is if feed back is unity and input is 4u(t) :-

1.  

2.  

3.  

4.  

Automatic Di culty: 5/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 1.25sec Right: 25.00% Wrong: 25.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Engineering   /   Topic: Communication   /   Subtopic: Communications

Q19 ANBFM signal is given by s(t) = Ac cos (2πfct) – βAc sin (2πfct) sin (2πfmt)
The ratio of maximum to minimum value of this envelope is :-

1.  1
2.  

3.  0
4.  
AC

Automatic Di culty: 5/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 1.00sec Right: 25.00% Wrong: 25.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Quantitative Ability   /   Subtopic: Ratio and Proportion
/
Q20 There are 90 litres Castrol and 150 litres CRB mobil oils. The price of castrol is Rs.80
per litre and the price of CRB is Rs. 75 per litre. Equal amount of Castrol and CRB is
taken out and then CRB is poured out in the vessel of Castrol and Castrol is poured
out in the vessel of CRB. Now the rate of both the mixtures is same. What is the
amount of mobil oil taken out from each of the vessel?

1.  45 litres
2.  56.25 litres
3.  24.5 litres
4.  36 litres

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 6.25sec Right: 25.00% Wrong: -

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Programming   /   Topic: C Programming   /   Subtopic: Functions

Q21 Comment on the output of this C code?


#include <stdio.h>
#include "test.h"
#include "test.h"
int main()
{
//some code
}

1.  true
2.  Compile time error
3.  false
4.  Depends on the compiler
 

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 4.00sec Right: - Wrong: 50.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Verbal Ability   /   Subtopic: Vocabulary

Q22 Select the option that is most nearly OPPOSITE in meaning to the given word . :
NIGGARDLY (OPPOSITE)

1.  Frugal
2.  Thrifty
3.  Stingy
4.  Generous

Tags: Amcat veri ed

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 3.75sec Right: 25.00% Wrong: 25.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: 02/10/19 18:09

Tests added: CoCubes Test 2 (ECE)

 /
MCQ - Single Correct ,
Subject: Engineering   /   Topic: Electronics   /   Subtopic: Digital Electronics

Q23 The following statements are given for logic families integrated circuit :-
1. CMOS has the largest fan out.
2. ECL has the higher speed of operation.
3. CMOS has the largest fan out.
4. HTL has lowest noise immunity.
Which of them are correct :-

1.  1, 2 & 3
2.  1, 2 & 4
3.  2, 3 only
4.  1 & 4 only

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 2.50sec Right: - Wrong: 50.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Engineering   /   Topic: Electronics   /   Subtopic: Digital Electronics

Q24 For the circuit shown in the gure J-K ip ops are arranged for application of :-

1.  3 bit shift register


2.  encoder circuit
3.  MOD courter
4.  Frequency divider

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 2.58sec Right: - Wrong: 75.00%

Skipped: 25.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Quantitative Ability   /   Subtopic: Time, Speed And Distance

Q25 Two places P and Q are 800 km apart from each other. Two persons start from P
towards Q at an interval of 2 hours. Whereas A leaves P for Q before B. The speeds of
A and B are 40 km/h and 60 km/h respectively. B overtakes (or catches or meets) A at
M, which is on the way from P to Q.

What is the ratio of time taken by A and B to meet at M?

1.  2:3
2.  3:2
3.  2:1
4.  1:2

Automatic Di culty: 5/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 22.25sec Right: - Wrong: 25.00%

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

/
 MCQ - Single Correct ,
Subject: Engineering   /   Topic: Communication   /   Subtopic: Communications

Q26 A message m(t) is band limited to the frequency fm has a power of 'p'. The output is :-

1.  π sin2 φ

2.  2p sin φ/4


3.  p/2 cos2 φ

4.  p/2 sin2 φ

Automatic Di culty: 8.94/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 4.25sec Right: 25.00% Wrong: 25.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Engineering   /   Topic: Computer Science   /   Subtopic: Fundamentals

Q27 Which of the following is the most powerful type of the computer
1.  main frame
2.  super conductor
3.  micro computer
4.  super computer

Automatic Di culty: 5/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 8.17sec Right: 75.00% Wrong: -

Skipped: 25.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Engineering   /   Topic: Electronics   /   Subtopic: Signals & Systems

Q28
Find steady state response for discrete time system is given by   when
exited by x(n) = cos(0.2n + 15°) with discrete frequency Ω = 0.2 :-

1.  y[n] = 0.25 cos [0.2n + 29.1°]


2.  y[n] = 0.5 cos [0.2n + 19.1°]
3.  y[n] = 0.15 cos [0.4n + 29.1°]
4.  y[n] = 0.75 cos [0.2n + 49.1°]

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 0.50sec Right: - Wrong: 50.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Engineering   /   Topic: Electrical   /   Subtopic: Control Systems
/
Q29 The state transition matrix for the given state equation is :-

1.  

2.  

3.  

4.  None of above

Automatic Di culty: 7.72/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 7.50sec Right: 25.00% Wrong: 25.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Quantitative Ability   /   Subtopic: Percentages

Q30 Sanjay purchased a hotel worth Rs. 10 lakh and barkha purchased a car worth Rs. 16
lakh. The value of hotel every year increases by 20% of the previous value and the
value of car every year depreciates by 25%. What is the difference between the price
of hotel and car after 3 years?

1.  Rs. 925000
2.  Rs. 10,53,000
3.  remains constant
4.  can’t be determined

Automatic Di culty: 5/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 32.50sec Right: - Wrong: 25.00%

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Quantitative Ability   /   Subtopic: Time and work

Q31 Ready Tailoring services is very well known in its quality and time bound services. The
company (Ready Tailoring Services) received a large order for stiching military
uniforms. Ti has two different orders to prepare the shirts one for of cers and second
for Jawans (non-Of cers). It has three cutters who will cut the fabric. Six tailors who
will do the stiching and 3 assistant to stich the buttons and iron the shirts. Each of
these 12 persons will work for exactly 8 hours a day. Each of the of cers uniform
requires 20 minutes for cutting the fabric. 1 hour for stiching and 20 minutes for
stiching buttons and ironing the shirts. Whereas the Jawan’s uniform requires 15
minutes for cutting the fabric and 60 minutes for stiching and 10 minutes for buttons
and ironing.

If the number of tailors will be increased by 50% then maximum how many uniforms
for of cers can be completed in one day?

1.  48
2.  50
3.  60
4.  72

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 35.75sec Right: - Wrong: 25.00%

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -
/
Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Reasoning Ability   /   Subtopic: Flow Chart

Q32 Study the ow chart shown below to answer the following questions.
 
A person wishes to avail a loan of Rs. 50, 00,000. He works for a government
organization and does not own a house. Would he get the loan if he draws a salary of
Rs. 60,000 and his age is 28 years. If he does get a loan, what amount would he be
entitled? If not, by what amount he would be short of the required amount?

1.  Yes, he would get a loan equal to Rs. 57, 60,000. 


2.  No, he would not get a loan. He would be short of Rs. 7, 60,000. 
3.  Yes, he would get a loan exactly equal to Rs. 50, 00,000.
4.  No, he would not get a loan. He would be short of Rs. 7, 00,000.

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 0.00sec Right: 25.00% Wrong: -

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Verbal Ability   /   Subtopic: Vocabulary

Q33 Select the option that is most nearly OPPOSITE in meaning to the given word . :
FRUGAL (OPPOSITE)

1.  Copious
2.  Extravagant
3.  Generous
4.  Ostentatious

Tags: Amcat veri ed

Automatic Di culty: 0/10 Blooms Taxonomy: -


/
No.of Attempts: 4 Avg time taken: 2.63sec Right: 25.00% Wrong: 50.00%

Skipped: 25.00% Partially Correct: - Last Edit By: - Last Edit At: 02/10/19 15:41

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Verbal Ability   /   Subtopic: Vocabulary

Q34 At logger heads


1.  In dif culty
2.  to be at strife
3.  very happy together
4.  None of above

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 3.50sec Right: 25.00% Wrong: 25.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Engineering   /   Topic: Electronics   /   Subtopic: Digital Electronics

Q35 The following instruction set (program) for micro processor 8085
          MVIA. 8bit data
          ANA A
          JP SUB1
          XRA A
Sub out 8 bit port address
          HLT  at the output part

1.  Only positive numbers, no negative numbers


2.  No positive numbers
3.  Only even number of is
4.  Only odd number of '0's appears

Automatic Di culty: 5/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 8.00sec Right: 50.00% Wrong: -

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Quantitative Ability   /   Subtopic: Averages

Q36 The average age of all the 20 students of a class is 24. The minimum age of a
student is 18 and the maximum age of another student in the same class is 30 years.
When the two students whose average age was 26 years rusticated from the class but
later on one of the rusticated students was readmitted. Now the average age of the
class is:

1.  23.89 years
2.  28.39 years
3.  25 years
4.  can’t be determined

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 5.25sec Right: - Wrong: 25.00%

/
Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Engineering   /   Topic: Computer Science   /   Subtopic: Fundamentals

Q37 A list of instructions used by a computer is called


1.  program
2.  CPU
3.  text
4.  output

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 2.17sec Right: 75.00% Wrong: -

Skipped: 25.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Engineering   /   Topic: Communication   /   Subtopic: Communications

Q38 A current of 20A is passed through a thin metal strip, which is subjected to a magnetic
ux density of 2.0 wb/m2. The magnetic eld is directly perpendicular. In the current, if
thickness of the strip in the direction of the magnetic eld is 0.5 mm Hall voltage VH =
55V, the electron density is :-

1.  3.292 × 1019 atoms/m3

2.  5.1136 × 1021 atoms/m3

3.  9.81 × 1020 atoms/m3

4.  6.818 × 1021 atoms/m3

Automatic Di culty: 5/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 1.00sec Right: 25.00% Wrong: 25.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Quantitative Ability   /   Subtopic: Number systems

Q39 Is column A alike or different than column B?

1.  Alike
2.  Different

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 1.50sec Right: 25.00% Wrong: 25.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

/
 MCQ - Single Correct ,
Subject: Aptitude   /   Topic: Verbal Ability   /   Subtopic: Synonyms

Q40 Select the word or phrase which best expresses the meaning of the given word. :
DISCOURSE

1.  Conversation
2.  Speech
3.  Function
4.  Religion

Tags: Amcat

Automatic Di culty: 5/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 3.75sec Right: - Wrong: 50.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Programming   /   Topic: C++ Programming   /   Subtopic: Operators and Expressions

Q41 Is the size of character literals different in C and C++?


1.  Implementation de ned
2.  Can’t say
3.  Yes, they are different
4.  No, they are not different

Automatic Di culty: 6.43/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 3.50sec Right: 25.00% Wrong: 25.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Programming   /   Topic: C++ Programming   /   Subtopic: Operators and Expressions

Q42 Select the right option.


Given the variables p, q are of char type and r, s, t are of int type
1. t = (r * s) / (r + s);
2. t = (p * q) / (r + s);

1.  1 is true but 2 is false


2.  1 is false and 2 is true
3.  both 1 and 2 are true
4.  both 1 and 2 are false

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 4.50sec Right: - Wrong: 25.00%

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Reasoning Ability   /   Subtopic: Direction

Q43 /
One evening, two friends Raj and Sanj are sitting on the chairs in a park facing each
other. If Sanj's shadow is falling exactly to his left then which direction does Raj face?

1.  East
2.  West
3.  North
4.  South

Tags: veri ed

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 0.00sec Right: - Wrong: 25.00%

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: 03/10/19 15:02

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Engineering   /   Topic: Computer Science   /   Subtopic: Computer Organization and Architecture

Q44 Consider the relation R (A, B, C, D, E, F) with the following set of FDs
AB → C       A → BD       AD → E       B → DE       E → F
Which of the following is minimal coves of the given FD set ?

1.  {A→B A→C B→D B→E E→F}


2.  {A→B AB→C B→D B→E E→F}
3.  {A→B A→D B→D E→F}
4.  None of these

Automatic Di culty: 5/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 10.33sec Right: 25.00% Wrong: -

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Verbal Ability   /   Subtopic: Synonyms

Q45 Select the word or phrase which best expresses the meaning of the given word. :
DISPARATE

1.  Discreet
2.  Disturb
3.  Different
4.  Defame

Tags: Amcat

Automatic Di culty: 5/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 2.75sec Right: 25.00% Wrong: 25.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: 16/07/19 12:11

Tests added: CoCubes Test 2 (ECE)

 Programming ,
Subject: Programming   /   Topic: C Programming   /   Subtopic: Strings

Q46 Given an odd length string, your task is to print the pattern as shown in sample
output. It prints it from the middle of the word such that it follows the following
pattern as in sample output.

/
Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 9.00sec Right: - Wrong: 50.00%

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Quantitative Ability   /   Subtopic: Averages

Q47 30 pens and 75 pencils were purchased for Rs. 510. If the average price of a pencil
was Rs. 2. Find the average price of a pen?

1.  Rs. 10
2.  Rs. 12
3.  Rs. 15
4.  None of these

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 15.00sec Right: 25.00% Wrong: -

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 Essay ,
Subject: Aptitude   /   Topic: Verbal Ability   /   Subtopic: Vocabulary

Q48 Write an essay on below topic as per the directions given.


"Are we too dependent on Computers?"

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 5.75sec Right: - Wrong: 75.00%

Skipped: 25.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


Subject: Aptitude   /   Topic: Quantitative Ability   /   Subtopic: Number systems

Q49 Is column A alike or different than column B?

1.  Alike
2.  Different

Automatic Di culty: 0/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 2.25sec Right: 50.00% Wrong: -

Skipped: 50.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 MCQ - Single Correct ,


/
Subject: Engineering   /   Topic: Computer Science   /   Subtopic: Computer Organization and Architecture

Q50 Let T be a binary search tree on 24 distinct keys; the left sub tree T1 has 7 keys and
the right sub tree T2 has 16 keys. Which of the following is true for the 13thsmallest of
the keys in T?

1.  It is the 13th smallest key in T


2
2.  It is the 7th smallest key in T
2
3.  It is the 8th smallest key in T
2
4.  It is the 5th smallest key in T
2

Automatic Di culty: 5/10 Blooms Taxonomy: -

No.of Attempts: 4 Avg time taken: 0.50sec Right: - Wrong: 25.00%

Skipped: 75.00% Partially Correct: - Last Edit By: - Last Edit At: -

Tests added: CoCubes Test 2 (ECE)

 1 2 

You might also like