Explore topic-wise MCQs in Sutherland.

This section includes 49 Mcqs, each offering curated multiple-choice questions to sharpen your Sutherland knowledge and support exam preparation. Choose a topic below to get started.

1.

To get something for a song

A. to get something by playing a short piece of music
B. to get something at a very low price
C. to complain about something
D. to start learning music
Answer» C. to complain about something
2.

Minority aspirations cannot forever be kept in check _______ the gun.

A. with
B. from
C. by
D. through
Answer» B. from
3.

 The rioters acts of _____ and vandalism were strongly condemned by all political parties. (A) brutality (B) incendiarism (C) arson (D) delinquency (E) cruelty (F) barbarism

A. A and F
B. A and E
C. B and C
D. D and E
Answer» D. D and E
4.

Season

A. seasonal
B. seasoning
C. seasonable
D. seasoned
Answer» E.
5.

Her dress appears new

A. SVO
B. SVC
C. SV
D. SVA
Answer» C. SV
6.

MONK : DEVOTION

A. maniac : pacifism
B. explorer : contentment
C. visionary : complacency
D. rover : wanderlust
Answer» E.
7.

 3 5 12 38 154 914 4636

A. 1636
B. 1222
C. 1834
D. 3312
Answer» D. 3312
8.

Here are some words translated from an artificial language. godabim means kidney stones romzbim means kidney beans romzbako means wax beans Which word could mean “wax statue”?

A. godaromz
B. lazbim
C. wasibako
D. romzpeo
Answer» D. romzpeo
9.

Rita, an accomplished pastry chef who is well known for her artistic and exquisite wedding cakes, opened a bakery one year ago and is surprised that business has been so slow. A consultant she hired to conduct market research has reported that the local population doesn’t think of her shop as one they would visit on a daily basis but rather a place they’d visit if they were celebrating a special occasion. Which of the following strategies should Rita employ to increase her daily business?

A. making coupons available that entitle the coupon holder to receive a 25% discount on wedding, anniversary, or birthday cakes
B. exhibiting at the next Bridal Expo and having pieces of one of her wedding cakes available for tasting
C. placing a series of ads in the local newspaper that advertise the wide array of breads, muffins, and cookies offered at her shop
D. moving the bakery to the other side of town
Answer» D. moving the bakery to the other side of town
10.

In the Maple Hill school district, a Five-Day Suspension occurs when a student is not permitted to attend school for five days for (1) physically assaulting another student, a teacher, or a school employee or (2) willfully destructing or defacing school property. Which situation below is the best example of a Five-Day Suspension?

A. Lillian gets caught cheating on a math test for the second time and is suspended from school.
B. Marc is asked to leave the classroom due to his constant disruptions.
C. Franny uses spray paint to write derogatory comments on the locker room wall and she is given a suspension.
D. Ms. Farmer tells her class that students who fail the midterm exam will be expected to stay after school for tutoring help.
Answer» D. Ms. Farmer tells her class that students who fail the midterm exam will be expected to stay after school for tutoring help.
11.

MUMBAI: LTLARH : : DELHI : ?

A. CDKGG
B. IHLED
C. CDKGH
D. BCKGH
Answer» D. BCKGH
12.

I bought 5 pens, 7 pencils and 4 erasers. Rajan bought 6 pens, 8 erasers and 14 pencils for an amount which was half more than what I had paid. What percent of the total amount paid by me was paid for the pens ?

A. 37.5%
B. 62.5%
C. 50%
D. None of these
Answer» C. 50%
13.

As they prepare for the state championships, one gymnast must be moved from the Level 2 team to the Level 1 team. The coaches will move the gymnast who has won the biggest prize and who has the most experience. In the last competition, Roberta won a bronze medal and has competed seven times before. Jamie has won a silver medal and has competed fewer times than Roberta. Beth has won a higher medal than Jamie and has competed more times than Roberta. Michele has won a bronze medal, and it is her third time competing. Who will be moved to the Level 1 team?

A. Roberta
B. Beth
C. Michele
D. Jamie
Answer» C. Michele
14.

Assertion: The president dissolved the 12th Lok Sabha but asked the present government to continue as a caretaker government. RI. New government cannot be formed immediately. RII. The country cannot run without a government.

A. Only RI and not RII is the reason for the assertion.
B. only RII and not RI is the reason for the assertion.
C. either RI or RII, but not both, is the reason for the assertion
D. both RI and RII are the reason for the assertion.
Answer» E.
15.

How many pairs of letters are there in the word ‘NURSING” which have as many letters between then as in the alphabet?

A. One
B. Three
C. Five
D. Six
Answer» C. Five
16.

1 2, 3, 5, 7, 11, 13,

A. 15
B. 17
C. 18
D. 19
Answer» C. 18
17.

The smallest number which when diminished by 7, is divisible 12, 16, 18, 21 and 28 is:

A. 1008
B. 1015
C. 1022
D. 1032
Answer» C. 1022
18.

void main() { int i=5; printf(“%d”,i++ + ++i); }

A. Compiler error
B. 6
C. 5
D. Output Cannot be predicted exactly
Answer» E.
19.

Going 50m to the South of her house, Radhika turns left and goes another 20m. Then,turning to the North, she goes 30m and then starts walking to her house. In which direction is she walking now?

A. North-west
B. North
C. South-east
D. East
Answer» B. North
20.

Statement: Severe drought is reported to have set in several parts of the country. Courses of action: I. Govt should immediately make arrangement for providing financial assistance to those affected. II. Food, water and fodder should immediately be sent to all these areas to save the people and cattle.

A. If only I follows
B. If only II follows
C. If either I or II follows
D. If neither I nor II follows
Answer» C. If either I or II follows
21.

Windowing technique is a kind of

A. Flow control technique
B. Error control technique
C. Both a & b
D. None of these
Answer» B. Error control technique
22.

Structure may contain:-

A. Any other structure
B. Any other structure expect themselves
C. Any other structure except themselves and pointed to themselves
D. None of the above
Answer» B. Any other structure expect themselves
23.

How would you insert pre-written code into a current program ?

A. #read
B. #get
C. #include
D. #pre
Answer» D. #pre
24.

Int fun (char c) { int i; static int y; }

A. c, i are stored in stack and y stored in global memory space
B. c stored in stack and i, y are stored in global memory space
C. c is stored in text segment, y in global memory space and i in stackD.none of these
Answer» B. c stored in stack and i, y are stored in global memory space
25.

Main () { int a = 5, b = 6; int i = 0; i = a > b ? a:b; printf (“%d”, i); }

A. 0
B. 1
C. 6
D. 5
Answer» D. 5
26.

Short, int and long integers have how many bytes ?

A. 2, 2, 4
B. Machine dependant.
C. 2, 4, 8
D. None of these
Answer» C. 2, 4, 8
27.

 Name a x.25 addressing standard ?

A. X.121
B. X.251
C. 1EEE8.1
D. none of these
Answer» B. X.251
28.

If (fun ()) { x++; }

A. fun () returns 0
B. fun () return 1
C. fun () return -1
D. return a value other than 0
Answer» E.
29.

Main () { int n=0; while (n>32767) printf (“%d”, n); n++ }

A. Prints value from 0 to 32767
B. Infinite loop
C. compiler error
D. none
Answer» C. compiler error
30.

Find pre order traversal from the given tree ? tree   (Image)

A. U4 U10 U3 U8 U2 U9 U11 U7 U6 U5 U1
B. U1 U2 U3 U4 U10 U8 U5 U9 U6 U11 U7
C. U1 U2 U3 U4 U10 U8 U5 U6 U11 U7 u9
D. None of these
Answer» C. U1 U2 U3 U4 U10 U8 U5 U6 U11 U7 u9
31.

Find post order traversal from the given tree ? tree  (Image)

A. U4 U10 U3 U8 U2 U9 U11 U7 U6 U5 U1
B. U1 U2 U3 U4 U10 U8 U5 U9 U6 U11 U7
C. U4 U10 U3 U2 U8 U9 U11 U7 U6 U5 U1
D. none of these
Answer» B. U1 U2 U3 U4 U10 U8 U5 U9 U6 U11 U7
32.

Which data structure is easier to implement the trees ?

A. Queues
B. stacks
C. linked lists
D. Hashing table
Answer» D. Hashing table
33.

The header file that is included to use manipulators is

A. iomanip.h
B. manip.h
C. math.h
D. string.h
Answer» B. manip.h
34.

Equation for effective access time in paging(Memory management) ?

A. ((1-p)*m+(p*s))
B. ((1-p)*s+(p*m))
C. (1-p)*m
D. none of these
Answer» B. ((1-p)*s+(p*m))
35.

What is the name of the Command used to partition the disk ?

A. fdisk
B. chkdisk
C. sfdisk
D. none of these
Answer» B. chkdisk
36.

main() { float f = 1.1; double d = 1.1; if ( f == d) printf(“True”); else printf(“False”); }

A. True
B. False
C. compiler error
D. None of these
Answer» C. compiler error
37.

main () { extern int i = 10; printf (“%d”, i); }   

A. 10
B. 9
C. compiler error
D. none
Answer» D. none
38.

void main () { int const *p = 10; printf (“%d”, ++ (*p)); }

A. 10
B. 12
C. compiler error
D. Linker error
Answer» D. Linker error
39.

main() { int I; char s[ ] = “man”; for(i=0;s[i];i++) printf(“%c %c %c %c”,i[s],s[i],*(s+i),*(i+s)); }

A. mmm aaaa nnnn
B. mmmm aaaa nnnn
C. aaaa mmmm nnnn
D. none of these
Answer» C. aaaa mmmm nnnn
40.

#define A 10+10 main () { int a; a = A * A; printf (“%d”, a); }

A. 100
B. 200
C. 120
D. 400
Answer» D. 400
41.

Which of the following is a network layer protocol ?

A. TELNET
B. FTP
C. smtp
D. none
Answer» B. FTP
42.

Which class addressing system has less number of hosts ?

A. Class A
B. Class B
C. Class C
D. Class D
Answer» E.
43.

Virtual Memory consists of main memory and ______.

A. cache
B. ROM
C. RAM
D. Swap files
Answer» E.
44.

void main() { int i = 15; int const  &j  = i; cout << i << j; i = 9; cout << i << j< }

A. 15 garbage value 9 garbage value
B. 15 15 9 9
C. 15 garbage value 15 garbage value
D. None of these
Answer» C. 15 garbage value 15 garbage value
45.

A variable used to store the address of another variable is termed as:-

A. variable
B. function
C. registers
D. pointer
Answer» E.
46.

Number of queues needed to implement the priority queue:-

A. two
B. one
C. three
D. none of these
Answer» B. one
47.

Heterogeneous Linked List is implemented using:-

A. int pointer
B. float pointer
C. void pointer
D. none of these
Answer» D. none of these
48.

Number of nodes in a perfect Binary tree is

A. 2 * L – 1
B. 2* L
C. 2* L +1
D. none of these
Answer» B. 2* L
49.

Function used to display the character on the console is 

A. fput()
B. put()
C. getch()
D. none of these
Answer» C. getch()