0% found this document useful (0 votes)
965 views

CS101 Introduction To Computing Solved MID Term Paper 05

This document contains a 32 question midterm exam for an Introduction to Computing course. The questions cover topics like computer hardware components, programming languages, operating systems, and web development. The exam is multiple choice and some questions require short answers. It encourages students to visit a website to access more practice exams on computing topics.

Uploaded by

Hareem Fatima
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
965 views

CS101 Introduction To Computing Solved MID Term Paper 05

This document contains a 32 question midterm exam for an Introduction to Computing course. The questions cover topics like computer hardware components, programming languages, operating systems, and web development. The exam is multiple choice and some questions require short answers. It encourages students to visit a website to access more practice exams on computing topics.

Uploaded by

Hareem Fatima
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

FOR MORE PAPERS | LOGON TO WWW.VUSSS.

COM
MID TERM

CS101 - Introduction to Computing

Question No: 1 ( Marks: 1 ) - Please choose one


Vacuum tubes were replaced by _transistors__
► Punch cards
► Transistors
► Micro Processors
► Resistors

Question No: 2 ( Marks: 1 ) - Please choose one


Today’s computers are based on the technology of
___transistors__
► Punch cards
► Vacuum tubes
► Transistors
► Resistors

Question No: 3 ( Marks: 1 ) - Please choose one


Browser is a _________none of the given choices_________ used
for browsing.
► Tool
► Component
► Device
► None of the given choices

Question No: 4 ( Marks: 1 ) - Please choose one

It represents the ______input or output__________ flow chart element.


► Process
► Input or Output
► Decision
► Connector

Question No: 5 ( Marks: 1 ) - Please choose one


Which of the following number system is used by microprocessor? Binary
► Binary
► Decimal
► Octal
► Hexadecimal

FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM


Page 1 of 6
FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM
MID TERM

Question No: 6 ( Marks: 1 ) - Please choose one


Hexadecimal number system is based on ----------16---------- digits
►2
►8
► 12
► 16

Question No: 7 ( Marks: 1 ) - Please choose one


Java script interact with user through______Event handlers________
► Special control
► Internet explorer
► Event handlers
► Java script does not interact with user

Question No: 8 ( Marks: 1 ) - Please choose one


Programs that are typically started from a shell (or automatically via a
scheduler) are called Batch programs
► Batch programs
► Event-driven programs
► Sequential programs
► Application programs

Question No: 9 ( Marks: 1 ) - Please choose one


A new cell using HTML is added in table row by <TD>..</TD>
► <TC>…</TC>
► <TR>…</TR>
► <TD>…</TD>
► <NC>…</NC>

Question No: 10 ( Marks: 1 ) - Please choose one


Waterfall is a __sequential_______ life-cycle model.
► Spiral
► Sequential
► Circular
► Spherical

Question No: 11 ( Marks: 1 ) - Please choose one


What will be the result of the following formula in Spreadsheet application ?
SUM(A2:A3) =_______100__(Assume that A2 = 25 A3 = 75)
► 25
► 50
► 75
► 100

FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM


Page 2 of 6
FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM
MID TERM

Question No: 12 ( Marks: 1 ) - Please choose one


A _____multi user_______ operating system allows many users to take
advantage of the computer's resources, simultaneously
► Single user
► Multi- user
► Single tasking
► Multi tasking

Question No: 13 ( Marks: 1 ) - Please choose one


When we use <INPUT type=“password”>, what will happen? Text will be
in **** format
► Text will not be visible
► Text will be in normal format
► Text will be in **** format
► Text will be in #### format

Question No: 14 ( Marks: 1 ) - Please choose one


The world first computer program was written to compute: bernoulli’s
sequence
► Simple sequence
► Multiple sequence
► Bernoulli’s sequence
► Increasing sequence

Question No: 15 ( Marks: 1 ) - Please choose one


The first Web browser with a GUI was generally available in: 1993
► 1992
► 1993
► 1994
► 1995

Question No: 16 ( Marks: 1 ) - Please choose one


ASCII WHITE is the fastest Super computer which can perform __1.3
trillion________ calculations in one second.
► 1.3 billion
► 1.3 trillion
► 1.3 miillion
► 1.3 thousand

Question No: 17 ( Marks: 1 ) - Please choose one


Monitor is an example of: output device
► Input Device
► Processing Device

FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM


Page 3 of 6
FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM
MID TERM

► Output Device
► Storage Device

Question No: 18 ( Marks: 1 ) - Please choose one


Forms can be submitted through _____get__ & __post_____ methods
► INCLUDE, POST
► INCLUDE, GET
► GET, POST
► SEND, POST

Question No: 19 ( Marks: 1 ) - Please choose one


_kernel______ is responsible for all the essential operations like basic house
keeping, task scheduling, etc. Also contains low-level HW interfaces
► Hardware
► Device Manager
► Kernel
► Device Driver

Question No: 20 ( Marks: 1 ) - Please choose one


Which of the following is NOT an Application Software. Windows XP
► Word Processor
► Web Browser
► Windows XP
► MS Excel

Question No: 21 ( Marks: 1 ) - Please choose one


Bit-mapped graphics is also known as _____raster___ graphics
► Vector
► Raster
► Scalar
► Simple

Question No: 22 ( Marks: 1 ) - Please choose one


A set of stand alone productivity applications designed to work together
known as ___Productivity software suites___________ .
► Productivity software suites
► Compiled software
► Secure software
► Intelligent software

FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM


Page 4 of 6
FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM
MID TERM

Question No: 23 ( Marks: 1 ) - Please choose one


_____semicolon________ is used to terminate all JavaScript statements.
► Colon
► Semicolon
► Underscore
► Apostrophe

Question No: 24 ( Marks: 1 ) - Please choose one


By today's standards, the Mark-I was slow and requiring 3 to 5 seconds for a
multiplication operation. True
► True
► False

Question No: 25 ( Marks: 1 ) - Please choose one


There are______NO Standard___________ rules to write the Pseudo Code.
► Standard
► No standard
► Pre-defined
► Strict

Question No: 26 ( Marks: 1 ) - Please choose one


In flow charts, there is only one entry point in conditions while there
is/are_____2_____ exit points.
►1
►2
►3
►4

Question No: 27 ( Marks: 1 )


Define URL

Question No: 28 ( Marks: 1 )


What is Randomized Algorithm?

Question No: 29 ( Marks: 2 )


What was the name of first super computer. When it was introduced?

Question No: 30 ( Marks: 3 )


How a designer makes Structured Design?

FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM


Page 5 of 6
FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM
MID TERM

Question No: 31 ( Marks: 5 )


Why microprocessor uses the binary number system and not the decimal or
any other number system?

Question No: 32 ( Marks: 5 )


Why do we need an Interactive Form in a webpage?

FOR MORE PAPERS | LOGON TO WWW.VUSSS.COM


Page 6 of 6

You might also like