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

 

MID-TERM GRAND QUIZ
 FALL 2020 (Paper 1)

Question No 1:

______ refers to distributed systems that are more loosely coupled than (Raise For Success) clusters but that still work together to accomplish large tasks.
  • Quantum computing
  • Parallel computing Correct
  • Grid computing
  • Clod computing

Question No 2:

Which data compression technique is suitable for situation where the (Raise For Success) long sequence has same value?

  • Differential encoding
  • Relative encoding
  • Run length encoding
  • Frequency dependent encoding Correct

Question No 3:

The binary (Raise For Success) search algorithm uses _______.

  • Linear search
  • Divide and conquer method Correct
  • Bubble sort technique
  • Quick sort technique

Question No 4:

It is same as the addition in decimal system, you need to align the radix (Raise For Success) point and perform the addition as we did in simple:

  • Binary or decimal system Correct
  • Hexadecimal
  • Octal
  • Binary

Question No 5:

Within a transfer category, (Raise For Success) which instruction is used to communicating with devices outside the CPU?

  • STORE instruction
  • COM instruction
  • I/O instruction Correct
  • LOAD instruction



Question No 6:

Computer science (Raise For Success) approaches some problems by establishing a well-defined set of building blocks from which algorithm representations can be constructed. These building blocks are _________.

  • Primitive Correct
  • Non-Primitive
  • Scalar
  • Non-Scalar

Question No 7:

A clear flag state indicates (Raise For Success) that the resource is ________.

  • Available
  • Unavailable
  • Currently allocated Correct
  • Ready

Question No 8:

VoIP consists of two processes on different machines transferring (Raise For Success) audio data via the ______ model.

  • P2S
  • P2P Correct
  • P2Q
  • P2R

Question No 9:

<a> is called (Raise For Success) he ________ tag in the HTML document.

  • Actor
  • Anchor Correct
  • Action
  • Alter

Question No 10:

Loop structure (Raise For Success) referred to as a posttest loop.

  • While Correct
  • Repeat
  • For
  • For Each



Question No 11:

Loop, is executed (Raise For Success) in a repetitive fashion under the direction of some _______.

  • Control process Correct
  • Sequence process
  • Halting process
  • Under some background knowledge

Question No 12:

SSDs stands (Raise For Success) for _______.

  • Semantic state disk
  • Solid-state disk Correct
  • Software state disk
  • Simple state disk

Question No 13:

Repeated (Raise For Success) erasing slowly ______ the silicon dioxide chambers.

  • Damages
  • Enhance
  • Increase
  • Decrease Correct

Question No 14:

If a client wants to (Raise For Success) execute some scripts at the server end and server starts executing the script blindly, this may cause:

  • Security concerns on both server and the client side Correct
  • Ethical concerns on the server side and security concern on the client side
  • Ethical concerns on the client side and security concerns on the server side
  • Ethical concerns on both server and the client side

Question No 15:

Leibniz’s machines (Raise For Success) were achieved by observing the ______ positions.

  • Third gear
  • First gear
  • Final gear Correct
  • Second gear



Question No 16:

The repetitive use of an instruction or sequence of instructions (Raise For Success) is an important algorithmic concept. One method of implementing such repetition is the iterative structure known as the _______.

  • Loop Correct
  • If else
  • Class
  • Condition

Question No 17:

Bit patterns must move between the CPU and the main memory, (Raise For Success) between the CPU and each controller and between each controller and _______.

  • ROM
  • Main memory Correct
  • Processor
  • Cheche memory

Question No 18:

Phase 1 of (Raise For Success) problem-solving steps is _______.

  • Formulate the algorithm and represent it as a program
  • Evaluate the program for accuracy and for its potential as a tool for solving other problems
  • Understand the problem Correct
  • Get an idea of how an algorithmic function might solve the problem

Question No 19:

What is the (Raise For Success) full form of PHP?

  • Personal Home page
  • Private Home page
  • Protected Home page Correct
  • Public Home page

Question No 20:

Scheduler maintains (Raise For Success) a block of information of all processes in main memory in _______ table.

  • Mac
  • IP
  • Process Correct
  • ASCII



Question No 21:

TIFF is (Raise For Success) abbreviation of _________.

  • Toggle Image File Format
  • Template Image File Format
  • Tagged Image File Frame
  • Tagged Image File Format Correct

Question No 22:

_________ connects (Raise For Success) computer over a large geographical area or world.

  • PAN
  • LAN
  • WAN Correct
  • MAN

Question No 23:

Which of the following (Raise For Success) is the correct sequence of network layers of the flow of message at the sender side?

  • Link layer to network layer to transport layer to application layer
  • Network layer to link layer to transport layer to application layer Correct
  • Application layer to link layer to network layer to transport layer
  • Application layer to transport layer to network layer to link layer

Question No 24:

Fact=2

i=1; (Raise For Success)

While(i<=7)

Fact=fact*I;

i=i+1;

print(fact)

  • 2 Correct
  • 3
  • 5
  • 7

Question No 25:

A CPU consists (Raise For Success) of three parts _______.

  • ALU / control unit, register Correct
  • ALU / MJPEJ / CU
  • CIRCUIT / Mp3 /CU
  • RAM / cache / D-RAM



Question No 26:

Which of the following (Raise For Success) is the correct sequence of network layers for the flow of message at the receiver side?

  • Link layer to network layer to transport layer to application layer
  • Network layer to link layer to transport layer to application layer
  • Application layer to link layer to network layer to transport layer
  • Application layer to transport layer to network layer to link layer Correct

Question No 27:

One is that a CPU (Raise For Success) should be designed to execute a minimal set of machine instructions. This approach is called a _______.

  • CISC
  • RISC Correct
  • ENVIAC
  • RISC / CISC

Question No 28:

Each sound (Raise For Success) have a _______.

  • Pixel
  • Geometric Structures
  • Wave Correct
  • Scaling

Question No 29:

Which of the following (Raise For Success) language is used for client side scripting?

  • Python
  • JavaScript Correct
  • PHP
  • ASP.net

Question No 30:

Most _____ codes (Raise For Success) use today are Huffman codes.

  • Relative encoding
  • Frequency dependent Correct
  • Run-length encoding
  • Differential encoding

Previous Post Next Post