CS101-Introduction To Computing | Mid-Term Grand Quiz Fall 2021

 

MID-TERM GRAND QUIZ
 FALL 2020 (Paper 2)

Question No 1: 
Find option (Raise For Success) includes:
  • Find
  • Advance find
  • Go to
  • All of these Correct

Question No 2:
We use _____ to reduce unnecessary dependencies or (Raise For Success) effects on other modules.
  • Inheritance
  • Information hiding Correct
  • Abstraction
  • Polymorphism

Question No 3:
Which of the following language is used for client side (Raise For Success) scripting?
  • Python 
  • JavaScript Correct
  • PHP
  • ASP.net

Question No 4:
Which is the ASCII (Raise For Success) code for Alphabet "A"?
  • 62
  • 63
  • 64
  • 65 Correct

Question No 5:
We can represent (Raise For Success) 2^16=______ numeric values.
  • 8926
  • 60036
  • 65536 Correct
  • 655


Question No 6:
In CS, we store (Raise For Success) and link data in an organized way using:
  • SDLC
  • MSDB
  • DMBS
  • DBMS Correct

Question No 7:
BOINC is (Raise For Success) abbreviated for _______.
  • Berkeley's Open Infrastructure for Network Computing
  • Belgium's Open Infrastructure for Network Computing
  • Berkeley's Open Internet for Network Computing Correct
  • Boston's Open Intranet for Network Computing

Question No 8:
Which of the (Raise For Success) following application may not be considered as network based application?
  • Text Editor Application Correct
  • Remote Access Application
  • News Reader Application
  • Social Media Application

Question No 9:
Which of the (Raise For Success) following technology is not related to the client side working?
  • Java Applets Correct
  • Java Script
  • PHP
  • HTML

Question No 10:
What is the output of given while structure Pseudocode:
counter=1
while counter<11
puts (Raise For Success) counter
counter=counter + 1
End
  • Prints the number from 2 to 10 Correct
  • Prints the number from 1 to 11
  • Prints the number from 1 to 10
  • Infinite loop 


Question No 11:
Each Textual (Raise For Success) Symbol is represented with a _____ pattern.
  • Kilo byte
  • Unique bit Correct
  • Byte
  • Bit

Question No 12:
Which of the (Raise For Success) following has no ending tag in HTML?
  • <A>
  • <P>
  • <B>
  • <BR> Correct

Question No 13:
One of the best (Raise For Success) solution that no one can take your data from your computer.
  • Firewall
  • Anti-software
  • Using Password Correct
  • By compressing data

Question No 14:
If you are interested to search a query for a (Raise For Success) specific file type, you can include such _____ in the query.
  • File Type Correct
  • Version
  • Program Type
  • Typing

Question No 15:
In insertion sort, how will the array of elements look like after (Raise For Success) second comparison? (34,8,64,51,32,21)
  • 8,34,51,64,32,21
  • 8,21,32,34,51,64
  • 8,34,64,51,32,21 Correct
  • 8,32,34,51,64,21


Question No 16:
N-unicast (Raise For Success) refers to:
  • Multiple unicast streams by a single sender
  • Multiple unicast streams to a single receiver
  • One unicast stream by a sender to a single receiver Correct
  • One unicast stream to a receiver by multiple senders

Question No 17:
While structure (Raise For Success) starts with checking _____
  • Sequence
  • Condition Correct
  • Iteration
  • Values

Question No 18:
Which of the following (Raise For Success) is not the advantage of TCP over UDP?
  • Congestion control
  • Flow control
  • Connection establishment
  • Efficiency Correct

Question No 19:
Which of the (Raise For Success) following is not a malware?
  • Antivirus Correct
  • Trojan Horses
  • Spyware
  • Worms

Question No 20:
OR operator is also (Raise For Success) represented by _____ sign.
  • }
  • | Correct
  • @
  • .


Question No 21:
Pseudo code (Raise For Success) is language _______.
  • Dependent Correct
  • Independent
  • Algorithm
  • Sequence 

Question No 22:
_____ Keyword is (Raise For Success) used in python language to define a word.
  • Define Correct
  • Def
  • Dfi
  • Dfn

Question No 23:
Which of the following (Raise For Success) feature was incorporated in the early version of WWW?
  • Tracking of various versions of a document
  • Storing the documents in an unstructured way
  • Transclusions
  • Flexible searching with the help of Metadata Correct

Question No 24:
Query is the set of (Raise For Success) words given to the search engine for:
  • Extraction
  • Searching Correct
  • Scrolling
  • Manipulation

Question No 25:
Which program do (Raise For Success) you see to access Internet on your computer?
  • MS Word
  • MS Excel
  • MS Power Point
  • Web Browser Correct


Question No 26:
In multi-programming (Raise For Success) each job is given a _____.
  • Time interval
  • Small time interval Correct
  • A regular time interval
  • Simple time interval

Question No 27:
One of the major uses of the _____ operation is for placing (Raise For Success) Os is one part of a bit pattern while not disturbing the other part.
  • AND Correct
  • OR
  • XOR
  • NOR

Question No 28:
The memory (Raise For Success) manager allocates _____
  • Mass storage space
  • Memory space Correct
  • Space in the process table
  • Storage space

Question No 29:
_____ tag contains the (Raise For Success) information related to metadata that is not usually displayed on the webpage.
  • <html></html> Correct
  • <head></head>
  • <body></body>
  • <p></p>

Question No 30:
Process is (Raise For Success) a ____ activity.
  • Botting activity
  • Dynamic activity
  • Static activity
  • Shifting activity Correct

Previous Post Next Post