0% found this document useful (0 votes)
997 views42 pages

STET - 2019: Important Question Based On Exam Pattern

The document provides a sample exam paper with 76 multiple choice questions related to computer science. The questions cover topics such as arrays, functions, pointers, operating systems, databases, programming languages, computer hardware, and more. The exam is worth 150 total marks and tests fundamental concepts in computer science.
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)
997 views42 pages

STET - 2019: Important Question Based On Exam Pattern

The document provides a sample exam paper with 76 multiple choice questions related to computer science. The questions cover topics such as arrays, functions, pointers, operating systems, databases, programming languages, computer hardware, and more. The exam is worth 150 total marks and tests fundamental concepts in computer science.
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/ 42

STET – 2019

Important Question Based On Exam


Pattern
Sample Paper – 01
(100 + 50) Marks
 Computer Science (100 marks)

Q1. Which of the following correctly declares an array?

A.) array {10};

B.) int array;

C.) int array [10];

D.) array array [10];

Q2. Which of the following is the correct syntax of including a user defined
header files in C++?

A.) #include <userdefined.h>

B.) #include “userdefined”

C.) #include <userdefined>

D.) #include [userdefined]


Q3. Which of the following gives the memory address of the first element in
array?

A.) array;

B.) array [1];

C.) array (2);

D.) array [0];

Q4. Which of the following is called address operator?

A.) *

B.) &

C.) _

D.) %

Q5. Which function is used to read a single character from the console in
C++?

A.) cin.get(ch)

B.) getline (ch)

C.) read (ch)

D.) scanf (ch)

Q6. Declaration a pointer more than once may cause

A.) Error

B.) Abort

C.) Null D.) Trap


Q7. What is the size of a Boolean variable in C++?

A.) 1 bit

B.) 1 byte

C.) 4 bytes

D.) 2 bytes

Q8. Which of the following is C++ equivalent for scanf()?

A.) input

B.) cout

C.) print

D.) cin

Q9. On which of the following storage media, storage of information is


organized as a single continuous spiral groove?

A.) Ram

B.) Floppy disk

C.) CD-ROM

Q10. Which of the following actions will not delete a file on windows
desktop?

A.) Select File, hit delete key

B.) Double click on file, hit delete key

C.) Drag and drop in recycle bin


Q11. How long is an IPv6?

A.) 32 bits

B.) 128 bytes

C.) 128 bits

D.) 125 bits

Q12. To change the size of an image in HTML, use

A.) Pliers

B.) Top and bottom

C.) Height and width

Q13. Which of the following circuit is used as a 'Memory device ' in a


computer?

A.) Rectifier

B.) Flip Flop

C.) Comparator

Q14. A C++ code line ends with

A.) A Semicolon (;)

B.) A Fullstop (.)

C.) A Comma (,)

D.) A Slash (/)

Q15. Function is used to allocate space for array in memory.


A.) malloc ()

B.) calloc ()

C.) alloc ()

D.) realloc ()

Q16. Default constructor has arguments.

A.) Two Argument

B.) One Argument

C.) No argument

D.) None of these

Q17. An exception in C++ can be generated using which keywords.

A.) throw

B.) threw

C.) thrown

D.) throws

Q18. A system has 3 processes sharing 4 resources. If each process needs a


maximum of 2 units, then

A.) Deadlock can never occur

B.) Deadlock may occur

C.) Deadlock has to occur

Q19. Representation of data structure in memory is known as:


A.) Recursive

B.) Abstract data type

C.) Storage structure

Q20. A positive AND gate is also a negative

A.) NAND gate

B.) OR gate

C.) AND gate

Q21. Conversion of decimal number (61)10 to it's binary number equivalent is

A.) (110011)2

B.) (11001110)2

C.) (111101)2

Q22. Conversion of an octal number (112)8 to hexadecimal number is

A.) (4A)16

B.) (5A)16

C.) (15)16

Q23. Express -7 as 16-bit signed binary numbers.

A.) 0000 0000 0000 0111

B.) 1000 0000 0000 0111

C.) 0111 0000 0000 0001


Q24. A technique used by codes to convert an analog signal into a digital bit
stream is known as

A.) Pulse code modulation

B.) Pulse stretcher

C.) Query processing

Q25. An optical input device that interprets pencil marks on paper media is

A.) O.M.R

B.) Punch card reader

C.) Optical scanners

Q26. Data division is the third division of a program.

A.) COBOL

B.) BASIC

C.)PASCAL

Q27. A device designed to read information encoded into a small plastic


card is

A.) Magnetic tape

B.) Badge reader

C.) Tape puncher

Q28. Any device that performs signal conversion is

A.) Modulator B.) Modem C.) Keyboard


Q29.A code consisting of light and dark marks which may be optically read is

Known as

A.) Mnemonics

B.) Bar code

C.) Decoder

Q30. The first generation of computers available was based on the bit micro
processors.

A.) 4

B.) 8

C.) 16

Q31. A language which is close to that used within the computer is

A.) High-level language

B.) Assembly language

C.) Low-level language

Q32. A storage system for small amounts of data is

A.) Magnetic card

B.) Magnetic tape

C.) Punched card


Q33. Compression of digital data for efficient storage is

A.) Buffer

B.) CPU

C.) Packing

Q34. Which of the file format can be added to a ppt slideshow?

A.) .Wav

B.) .Gif

C.) .Jpg

D.) ALL

Q35. Which register can interact with the secondary storage?

A.) MAR

B.) MBR

C.) IR

D.) MDR

Q36. Which one provide command interpreter environment?

A.) CPU

B.) Kernel

C.) Shell

D.) Hardware
Q37. The telephone is an example of?

A.) Digital signal

B.) Analog signal

C.) Both of above

D.) Non of above

Q38. Macros are run or executed from the Menu?

A.) Insert

B.) Home

C.) Data

D.) Developer

Q39. When integrating ms word and excel word is usually the

A.) Server

B.) Source

C.) Client

D.) None

Q40. Which command is use to see the contents of file?

A.) Type

B.) Copy

C.) Ed

D.) None of above


Q41. Which of the following is not the part of standard office suite?

A.) Database

B.) File manager

C.) Image editor

D.) File presentation

Q42. First time after establishment ms word was known as

A.) Multi work word

B.) Multi tool word

C.) Multi task word

D.) None of these

Q43. In SR flip-flop, input labeled 'R' stands for

A.) Repetition

B.) Random

C.) Rand

D.) Reset

Q44. Files in which users store information?

A.) complex files

B.) special files

C.) Ordinary files

D.) Info files


Q45. Several instructions execution simultaneously in

A.) parallel processing

B.) processing

C.) multitasking

D.) serial processing

Q46. Database is generally

A.) Company-centered

B.) Data-centered

C.) System-centered

D.) User –centered

Q47. What do we call the point (decimal) in any hexadecimal number of the
form 111.A3?

A.) Decimal
B.) Octal point
C.) Radix
D.) Hexadecimal point

Q48. A is a set of instructions which is prepared to perform a


specific assignment if executed by a computer.

A.) Program

B.) Code

C.) Browser

D.) Internet
Q49. The expression of an EXOR gate is

A.) A’+B’

B.) A+A.B

C.) AB+A’B’

D.) A’B+AB’

Q50. In an absolute loading scheme, which loader function is accomplished


by programmer?

A.) Reallocation

B.) Linking

C.) Allocation

D.) Both (b) and (c)

Q51. Translator for low level programming language were termed as

A.) Loader

B.) Compiler

C.) Assembler

D.) Linker

Q52. Identify the device through which data and instructions are entered
into a computer

A.) Memory

B.) Input device

C.) Output device

D.) Software
Q53. What was the HTML editor that was part of Microsoft Office until 2003?

A.) Dream Weaver

B.) FrontPage

C.) Explorer

D.) Web Page

Q54. In which state one gathers and lists all the necessary fields for the
database design project.

A.) Establishing Relationship

B.) Data Definition

C.) Data Refinement

D.) None of The Above

Q55. An expression A.B in C++ means

A.) B is member of object A

B.) A is member of Object B

C.) Product of A and B

D.) None of these

Q56. In cpp cin and cout are the predefined stream

A.) Operator

B.) Function

C.) Object

D.) Data types


Q57. Operator must have one class object

A.) +

B.) New

C.) All

D.) None of these

Q58. Which of these following members are not accessed by using direct
member access operator?

A.) Public

B.) Protected

C.) Private

D.) Both b and c

Q59. C language can b used on

A.) Only ms - dos operating system

B.) Only Linux operating system

C.) Only to window operating system

D.) All of the above

Q60. Originally c was developed

A.) Multi programming language

B.) System programming language

C.) General purpose programming language

D.) All of above


Q61. How many arguments can pass through a function?

A.) 3

B.) 2

C.) 1

D.) As many as possible

Q62. To inherit a subclass from a super class which keyword is used

A.) Struct

B.) Extends

C.) Register

D.) Size of

Q63. Which is considered as building block of loop?

A.) Object

B.) Class

C.) Both

D.) none of these

Q64. Command line arguments are passed in a program name

A.) After program name

B.) Before program name

C.) Middle of the program

D.) All of the above


Q65. Which of the following symbol allowed in a variable name

A.) * asterisk

B.) Hyphen

C.) | pipeline

D.) _ underscore

Q66. What is the hold condition of a flip-flop?

A.) Both S and R inputs activated

B.) Only S is active

C.) No active S or R input

D.) Only R is active

Q67. BiCMOS Latches consist of

A.) Inverters

B.) Inductors

C.) Timing generators

D.) Frequency generators

Q68. Circuits based on dynamic memory are termed as

A.) Static sequential circuits

B.) Dynamic sequential circuits

C.) Static combinational circuits

D.) Dynamic combinational circuits


Q69. AIt is impossible to predict final state of

A.) Flip flop

B.) Latch

C.) Timing generator

D.) Capacitor

Q70. Feedback loop is closed for any part of time in

A.) Latch

B.) D flips flop

C.) R flip flop

D.) SR latch

Q71. When clock is low, flip flop is in

A.) Clock

B.) Memory

C.) Input

D.) Output

Q72. Timing generators are

A.) Static generators

B.) Non periodic generators

C.) Periodic generators

D.) Sine generators


Q73. Which type has the lowest operational latency?

A.) Process

B.) user threads

C.) kernel threads

D.) None of these

Q74. A word in a web page that, when clicked, opens another document is
called

A.) URL

B.) Reference

C.) Hyperlink

D.) Anchor

Q75. What does DMA stand for?

A.) Direct Memory Allocation

B.) Direct Module Access

C.) Direct Memory Access

D.) Distinct Memory Access

Q76. What is the name of the display feature that highlights are of the screen
which requires operator attention?

A.) Touch screen

B.) Cursor

C.) Pixel D.) Reverse video


Q77. The system unit of a personal computer typically contains all of the
following except:

A.) Serial interface

B.) Modem

C.) Microprocessor

D.) Disk controller

Q78. Which statement BEST describes the operation of a negative-edge-


triggered D flip-flop?

A.) The Q output is ALWAYS identical to the D input when CLK = PGT

B.) The Q output is ALWAYS identical to the D input.

C.) The logic level at the D input is transferred to Q on NGT of CLK

D.) The Q output is ALWAYS identical to the CLK input if the D input is HIGH

Q79. Special effect used to introduce slides in a presentation are called

A.) Custom animation


B.) Effect
C.) Animation
D.) Transition

Q80. Format flags may be combined using

A.) The bitwise OR operator (|)

B.) The logical OR operator (||)

C.) The bitwise AND operator (&)


Q81. A default catch block catches

A.) All thrown objects

B.) No thrown objects

C.) Any thrown object that has not been caught by an earlier catch block

Q82. The use of the break statement in a switch statement is

A.) Optional

B.) Compulsory

C.) Not allowed

Q83. are often delivered to a PC through an email attachment and


are often designed to do harm.

A) Viruses

B) Spam

C) Portals

Q84. A desktop computer is also known as a

A) Palm Pilot

B) PC

C) Mainframe

Q85. When a file contains instructions that can be carried out by the
computer, it is often called a(n) file.

A) Data B) Information C) Executable


Q86. A field that uniquely identifies which person,thing, or event the record
describes is a

A) File

B) Data

C) Key

Q87. The part of machine level instruction, which tells the central processor
what has to be done, is

A.) Operation code

B.) Address

C.) Locator

Q88. Process is a?

A.) Program in High level language kept on disk

B.) Contents of main memory

C.) A program in execution

Q89. A logical schema is:-

A.) Is the entire database.

B.) Describe data in terms of relational tables and columns

C.) Both (A) and (B)


Q90. A mathematical-model with a collection of operations defined on that
model is called

A.) Data Structure

B.) Abstract Data Type

C.) Primitive Data Type

Q91. Which of the following computer language is used for artificial


intelligence?

A) FORTRAN

B) C

C) PROLOG

Q92. Computers connected to a LAN (Local Area Network) can

A) Run faster

B) Share information and/ or share peripheral equipment

C) Go Online

Q93. The use of the break statement in a switch statement is

A.) Optional

B.) Compulsory

C.) Not allowed


Q94. The first element in a string is

A.) The name of the string

B.) The first character in the string

C.) The length of the string

Q95. The compiler converts your C++ instructions into

A.) Edited code

B.) Object code

C.) Source code

Q96. Rows of a relation are called?

A.) Relation

B.) Tuples

C.) An entity

Q97. Using a statement at the wrong time or with an inappropriate object


creates a

A.) Logical error

B.) Syntax error

C.) Compiler error

Q98. Special effect used to introduce slides in a presentation are called

A.) Custom animation


B.) Effect
C.) Animation
D.) Transition

Q99. are graphical objects used to represent commonly used


application.

A.) GUI

B.) Icons

C.) Windows

D.) Application

Q100. Which is the slowest internet connection service?

A.) Digital Subscriber Line

B.) Dial up service

C.) Cable modem

D.) Leased Line

Q***. What is the output of this program?

#include < stdio.h >

using namespace std;

int main()

char str[5] = "ABC";


cout << str[3];

cout << str;

return 0;

A.) AB

B.) ABCD

C.) ABCD D.) None of the mentioned


50 - MARKS
 (G.K – G.S, CURRENT AFFAIRS, REASONING, MATH)

 GENERAL KNOWLEDGE:-
Q1. प्रसि द्ध दि र ज य द्ध िसि नद ि तट

पर लड गय थ ? A.) पर ष्णि

B.) गंग

C.)

ि व

र D.)

ब्रह्म पत्

Q2. िसि श ि ि न ग ं ग एव ं ि न नसदय ं ि ि ं गम पर

प टसलप त्र न मि नगर सि स ् थ पन सि थ ? A.) अश ि

B.) धननं द

C.) उदसयन

D.) अज तशत्र

Q3. मगध ि प्रथम र जध न

ि न थ ? A.) चम्प

B.)

व श सल C.)

प टसलप त्र
D).

रष्णरि ह
Q4. मगध ि र ज अज तशत्र ि ि द व िसि र ज्य ि ि थ य द्ध रह -

A.) पं च ल

B.) वष्णि ि ंघ

C.) द न ं ि ि थ

D.) िसि ि ि थ नह ं

Q5. छठ ि द ईि प वव ि द र न बड र ज्य ं

ि उदय ि म ख्य ि रण क्य थ ? A.) जनज त य

ि म ज म ं असिध व्यवष्णस ् थत ज वन ि म गव प्रि स्त िसय

B.) व्य प र एव ं व ण ज्य ि उल्ल खन य सवि ि

C.) उत्तर प्रद श और सबह र म ं व्य पि प म न पर ल ह ि उपय ग

D.) इनम ं ि ि ई नह ं

Q6. मगध ि म्र ट सब ं सबि र न अपन र जव द्य ज वि ि िसि र ज्य ि

र ज ि सचसि त्स ि सलए भ ज थ ? A.) अवंत

B.) वश ल

C.) अं ग

D.)

ि शल

Q7. िसि श ि ि न अव ं सत ि ज ति र

मगध ि सहस्स बन स द य ? A.) सशश न ग

B.) मह पद्मनं द

C.) अज तशत्र

D.)
सब ं सबि र
Q8. िसि मगध ि म्र ट न अ ंग ि सवलय अपन

र ज्य म ं ि र सलय ? A.) सशश न ग

B.) मह पद्मनं द

C.) अज तशत्र

D.)

सब ं सबि र

Q9. सनम्नसलष्णखत म ं ि न-ि िए , ईि प वव 6ठ ि द म ं , प्र र ं भ म ं


भ रत ि ि व च्च शष्णि श ल नगरर ज्य थ ?

A.) ग ं ध र

B.)

ि म्ब ज

C.)

ि श

D.) मगध

Q10. ब द्ध न सनम्नसलष्णखत म ं ि िसि स्थ न पर मह पररसनव वण

(म त्य ) प्र प्त िसय थ ?A.) ि सपलवस् त म ं

B.) ि ं डि मम ं

C.) ि शनर /ि श नगर में

D.) प व में
 GENERAL SCIENCE:-

Q11. Who gave the Theory of Relativity?

Ans– Albert Einstein

Q12. Name any one of part of electrical circuit?

Ans– Battery

Q13. Write a valid conservation law of classical Physics?

Ans-- Law of conservation of Mass

Q14. When one body is actually moving over the surface of other body, the
friction is known as:

Ans– Static Friction

Q15. Celsius and Fahrenheit show the same temperature at:

Ans--- 40

Q16. Special Theory of Relative was proposed in

Ans--- 1905

Q17. . The Ozone layer lies in the


Ans--- Stratosphere

Q18. Which of the outstanding contribution in Physics is associated with the


Scientist Newton?

Ans-- . Universal gravitational law, Laws of Motion , Discovery of Calculus

Q19. Which of the contribution in Physics is associated with the Scientist


Henric Hertz?

Ans-- Electromagnetic Wave

Q20. Which gas is usually filled in the electric bulb is:

Ans--- Nitrogen, Argon

 CURRENT AFFAIRS:-

Q21. WHEN IS THE INTERNATIONAL DAY FOR THE PRESERVATION OF


OZONE LAYER OBSERVED?

A.) 5th September

B.) 3rd November

C.) 16th September

D.) 15th October


Q22. WHAT IS THE NAME OF THE NEW SPACE COMMAND OF THE UNITED
STATES OF AMERICA?

A.) SPYCOM

B.) FBICOM

C.) DARPA

D.) SPACECOM

Q23 . WHICH PLAYER WON THE U.S. OPEN MEN'S SINGLES TITLE IN
SEPTEMBER 2019? a) Roger Feeder

B.) Andy Murray

C.)Rafael Nadal

D.)Leander Paes

Q24. WHICH DATE IS OBSERVED AS INTERNATIONAL LITERACY DAY?

A.) 25th June

B.) 8th September

C.) 15th July

D.) 23rd November

Q25. INDIA HAS SIGNED A USD 5.43 BILLION DEAL WITH RUSSIA TO
PURCHASE WHICH AIR DEFENCE MISSILE SYSTEM?

A.) S-300

B.) S-500

C.) S-200 D.) S-400


 REASONING:-

Q26. ABC,FGH,LMN …

A.) IJK

B.) OPQ

C.) STU

D.) RST

Q27. 5760,960? 48,16,8

A.) 240

B.) 192

C.) 160

D.) 120

Q28. 1, 9, 25, 49,

A.) 81

B.) 64

C.) 121

Q29. Y is in the East of X which is in the North of Z. If P is in the South of Z,


then in which direction of Y, is P?

A.) North
B.) South

C.) South-West

Q.30. If A is the brother of B; B is the sister of C; and C is the father of D, how


D is related to A?

A.) Brother

B.) Sister

C.) Cannot be determined

Q31. Which number replaces the question mark?

A) 4

B) 3

C) 5

Q32. 37, 10, 79, 16, 48 ?

A) 22

B) 20

C) 12
Q33. Please choose one correct answer:

1 | ? | 5 | ? | 9 | 11

A.) 2, 8

B.) 3, 6

C.) 2, 6

D.) 3, 7

Q34. Team A has scored more goals than Team B


Team C has scored fewer goals than Team B
Team A has scored fewer goals than Team C.
If the first two statements are true, the third statement is

A.) False

B.) True

C.) Uncertain

D.) Not To Say

Q35. 81*81*81*81=9?

A.) 4

B.) 8

C.) 2
 MATH:-

Q36. If a material is sold for Rs. 34.80, there is a loss of 25%. Find out the
cost price of the material?

A.) Rs. 47.20

B.) Rs. 42

C.) Rs. 44

D.) Rs. 46.40

Q37. 60+5*12/(180/3) = ?

A.) 62

B.) 61

C.) 63

Q38. 29 is 0.8% of?

A.) 3667

B.) 3625

C.) 8976

D.) 15674

Q39. The square root of 0.09 is

A.) 0.030
B.) 0.003

C.) 0.081 D.) 0.81...

Q40. The product of two numbers is 45 and their difference is 4. The sum of
squares of the two numbers is...

A.) 132

B.) 76

C.) 106

D.) 360

Q41. The H.C.F. of two numbers is 23 and the other two factors of their
L.C.M. are 13 and 14. The larger of the two numbers is:

A.) 778

B.) 223

C.) 322

D.) 456

Q42. A batsman scored 110 runs which included 3 boundaries and 8 sixes.
What percent of his total score did he make by running between the
wickets?

A.) 55%

B.) 88%

C.) 45 5/11%

D.) 56%
Q43. A trader bought chocolates at three for a hundred rupees. How many
chocolates should he sell for a hundred to gain 50%

A.) 6

B.) 4

C.) 9 D.) 7

Q44. Find the area of a parallelogram with base 24 cm and height 16

CM:

A.) 267 cm2


B.) 122 cm2
C.) 384 cm2
D.) 425 cm2

Q45. If SP=8/7 CP. Find Profit %?

Q46. Average of 10, 34, 53, 26, x is 28. What is the value of x?

Q47. The numbers x, y, z are in ratio 1:1:2. Also x+y+z = 400. Find the value of

z?

Q48. What is the median day of 2019?


 HINDI:-

Q49. सम व चक सं ज्ञ ह

A.)
अ ं गर
B.) गल

C.) च वल

Q50. हहन्द वर् म ल म ं ककतन स ं यक


् त

व्यं जन ह ं ? A) त न

B) च र

C) स त
Kindly Visit : https://fresherscamp.com
For more such updates.

FreshersCamp
Introducing Talent to Opportunity

Fresherscamp.com :- Here You Will Get Regular updates on Freshers


Jobs, Govt jobs, Off Campus Jobs, Walk-in Jobs, IT Jobs, B.Tech Jobs,
Diploma Jobs and All others Jobs Notification. You will get Off Campus Jobs
& Walk-in jobs details in Various Cities across India.
Aditionally we also provide Campus News such as Updates of Various Exam
Notifications, Syllabus for Different Exams, Exam Patterns, Download Admit
Cards and Result for Different Exams and many more…..

You might also like