Computer Science Quiz Online

computer #science #computing #Computer Science

53 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

How many bits in a nibble?

  1. 1
  2. 2
  3. 4
  4. 8
Question 2 Multiple Choice (Single Answer)

What am I: Looking for a number in an list of numbers one by one until I find the number

  1. Binary search
  2. Linear search
  3. Singular search
  4. Bubble search
Question 3 Multiple Choice (Single Answer)

16 in Hex is?

  1. 10
  2. A0
  3. 0F
  4. 0E
Question 4 Multiple Choice (Single Answer)

23 in binary is?

  1. 10001
  2. 10011
  3. 10100
  4. 10111
Question 5 Multiple Choice (Single Answer)

A variable name should...

  1. contain at least 3 numbers
  2. USE ALL UPPER CASE LETTERS
  3. give a sense of what is contained in it
  4. link to a function name
Question 6 Multiple Choice (Single Answer)

Which is not a stage of compilation?

  1. Lexical Analysis
  2. Validation Analysis
  3. Syntactic Analysis
  4. Semantic Analysis
Question 7 Multiple Choice (Single Answer)

The Computer Misuse Act is not designed to prevent....

  1. Users to log onto your account
  2. You to alter data that is kept on you
  3. You to distribute malicious software
  4. Copying and sharing music
Question 8 Multiple Choice (Single Answer)

Which one is a principle of the Data Protection Act?

  1. Shared with credit history providers
  2. Transferable outside of the country with no restrictions
  3. Must not include personal information
  4. Deleted when no longer needed
Question 9 Multiple Choice (Single Answer)

An assembler is a program that...

  1. machine code into high level language
  2. interprets code one line at a time
  3. low level language into machine code
  4. changes one language into another language
Question 10 Multiple Choice (Single Answer)

A firewall is designed to...

  1. Block viruses
  2. Block suspicious network connections
  3. Send e-mail over Port 80
  4. Allow control over your PC
Question 11 Multiple Choice (Single Answer)

Which one is not a function of an Operating System?

  1. Managing printer spooling
  2. Managing input and output devices
  3. Managing disk fragmentation
  4. Managing the use of viruses
Question 12 Multiple Choice (Single Answer)

Sound is converted into a digital value by a process called....?

  1. Bit Rating
  2. Sampling
  3. Analogous
  4. Streaming
Question 13 Multiple Choice (Single Answer)

How many bits in a byte?

  1. 8
  2. 12
  3. 2
  4. 6
Question 14 Multiple Choice (Single Answer)

Truth table: A=0 and B=0 A OR B will OUTPUT?

  1. 0
  2. 1
  3. Neither
Question 15 Multiple Choice (Single Answer)

Truth table: A=1 and B=0 A OR B will OUTPUT?

  1. 0
  2. 1
  3. Neither
Question 16 Multiple Choice (Single Answer)

Truth table: A=1 and B=0 A AND B will OUTPUT?

  1. 0
  2. 1
  3. Neither
Question 17 Multiple Choice (Single Answer)

Truth table: A=1 and B=1 A AND B will OUTPUT?

  1. 0
  2. 1
  3. Neither
Question 18 Multiple Choice (Single Answer)

Which is not a feature of a Graphical User Interface?

  1. Command Line prompt
  2. Task Bar
  3. Icons
  4. Mouse pointer
Question 19 Multiple Choice (Single Answer)

Which is not an advantage of a solid state drive?

  1. No physically moving parts
  2. Low power consumption
  3. Faster access speed
  4. Cheaper than a traditional hard disk
Question 20 Multiple Choice (Single Answer)

Which is designed to be faster RAM or Cache Memory?

  1. RAM
  2. Cache
  3. Neither
Question 21 Multiple Choice (Single Answer)

R.I.S.C. is an abbreviation for?

  1. Reduced Instruction Set Computer
  2. Random Instruction Set Computer
  3. Reduced Internal Size Computer
  4. Reduced Instruction Size Computer
Question 22 Multiple Choice (Single Answer)

How many cycles per second is 1 Ghz?

  1. 1,000,000
  2. 100
  3. 10,000
  4. 1,000,000,000
Question 23 Multiple Choice (Single Answer)

Which one doesn't have an affect on the speed of a CPU?

  1. Size of cache
  2. Clock speed
  3. Size of the secondary storage
  4. Number of cores
Question 24 Multiple Choice (Single Answer)

The controller sends a control signal to (blank) telling it to read data? What is the (blank)?

  1. Program Counter
  2. RAM
  3. Hard Disk
  4. ALU
Question 25 Multiple Choice (Single Answer)

Zero in binary is?

  1. 0
  2. 1
  3. Neither
Question 26 Multiple Choice (Single Answer)

IP stands for?

  1. Internal Protocol
  2. Information Page
  3. Internet Protocol
  4. Internal Processing
Question 27 Multiple Choice (Single Answer)

A signed integer allows...

  1. Negative numbers
  2. No negative numbers
  3. Neither
Question 28 Multiple Choice (Single Answer)

A string can be...?

  1. Text
  2. Numbers as text
  3. Text and Numbers
  4. All of the above
Question 29 Multiple Choice (Single Answer)

SSL stands for?

  1. Slow Sockets Language
  2. Secure Safe Language
  3. Slow Socket Layer
  4. Secure Socket Layer
Question 30 Multiple Choice (Single Answer)

16 in binary is?

  1. 10001
  2. 10000
  3. 01000
  4. 10100
Question 31 Multiple Choice (Single Answer)

HTML stands for?

  1. Hyper Text Makeup Language
  2. Hyper Text Madeup Language
  3. Hypo Text Marked Language
  4. None of the above
Question 32 Multiple Choice (Single Answer)

FTP is for the transfer of...

  1. Files over the internet or internal network
  2. Memory address to the CPU
  3. Email between computer systems
  4. None of the above
Question 33 Multiple Choice (Single Answer)

Which is the odd one out?

  1. CD-ROM
  2. DVD-ROM
  3. Flash Drive
  4. CD-RW
Question 34 Multiple Choice (Single Answer)

A runtime error prevents...

  1. The CPU from completing any more cycles
  2. the further execution of code
  3. The internet from being accessed
  4. Memory being accessed
Question 35 Multiple Choice (Single Answer)

An example of encryption is?

  1. The king cipher
  2. The pope cipher
  3. The queen cipher
  4. The caesar cipher
Question 36 Multiple Choice (Single Answer)

Port 80 is mainly for?

  1. Traffic from the internet
  2. E-mail
  3. Processing HTML
  4. None of the above
Question 37 Multiple Choice (Single Answer)

An NIC is?

  1. Normal Injection Character
  2. Network International Code
  3. Network Interface Card
  4. Normal Interface Card
Question 38 Multiple Choice (Single Answer)

I need to decide between two paths. Do I use a...

  1. IF statement
  2. For loop
  3. While loop
  4. List
Question 39 Multiple Choice (Single Answer)

30 in Hex is...?

  1. 1F
  2. 1A
  3. 1E
  4. 11
Question 40 Multiple Choice (Single Answer)

42 in binary is...?

  1. 100110
  2. 101010
  3. 110011
  4. 100011
Question 41 Multiple Choice (Single Answer)

During the Fetch Execute cycle...

  1. The Program Counter is incremented
  2. The ALU is incremented
  3. The CPU is incremented
  4. The Address Bus is incremented
Question 42 Multiple Choice (Single Answer)

What does CPU stand for?

  1. Closed Programming Unit
  2. Central Processing Register
  3. Central Processing Unit
  4. Closed Processing Unit
Question 43 Multiple Choice (Single Answer)

What is secondary storage?

  1. Quickly accessed by the CPU?
  2. Not directly accessed by the CPU
  3. External to the computer
  4. None of the above
Question 44 Multiple Choice (Single Answer)

RAM is which statement?

  1. Volatile
  2. Non Volatile
Question 45 Multiple Choice (Single Answer)

Which is the odd one out?

  1. Printer
  2. Microphone
  3. Speakers
  4. Display
Question 46 Multiple Choice (Single Answer)

Which is the odd one out?

  1. Keyboard
  2. Mouse
  3. Printer
  4. Punchcard
Question 47 Multiple Choice (Single Answer)

Which one isn't a protocol?

  1. TCP
  2. IP
  3. OP
  4. HTTP
Question 48 Multiple Choice (Single Answer)

Lossy or Lossless: Which has better quality?

  1. Lossy
  2. Lossless
  3. Neither
Question 49 Multiple Choice (Single Answer)

What does LAN stand for?

  1. Lone Area Network
  2. Long Area National
  3. Local Area Name
  4. Local Area Network
Question 50 Multiple Choice (Single Answer)

In Python a List uses what type of brackets when it is created?

  1. {} Braces
  2. () Parentheses
  3. [] Square brackets
  4. None of the above
Question 51 Multiple Choice (Single Answer)

In Python the get() belonging to a dictionary does what?

  1. Uses a value to return the key
  2. Uses a value to return a value
  3. Uses a key to return a value
  4. None of the above
Question 52 Multiple Choice (Single Answer)

What is a Boolean?

  1. A datatype
  2. A bus
  3. An error
  4. A constant
Question 53 Multiple Choice (Single Answer)

What does the abbreviation D.N.S. stand for?

  1. Domain Name Standard
  2. Dominant Naming System
  3. Domain Name System
  4. Domain Naming Service