Jess Lemmon
Quiz by , created more than 1 year ago

GCSE Computer Science Quiz on Computer science, created by Jess Lemmon on 05/18/2017.

125
12
0
Jess Lemmon
Created by Jess Lemmon almost 7 years ago
Close

Computer science

Question 1 of 12

1

What is a computer program?

Select one of the following:

  • A) A sequence of instructions that enables a computer to do something.

  • B) A sequence of messages that tells a computer to do something.

  • C)A video game

Explanation

Question 2 of 12

1

What is the denary value of 00101010?

Select one of the following:

  • A) 46

  • B) 42

  • C) 36

Explanation

Question 3 of 12

1

A decimal can be an interger...

Select one of the following:

  • True
  • False

Explanation

Question 4 of 12

1

Select from the dropdown lists to complete the text.

ASCII (American ( Standard, Stationary ) Code for ( Information Interchange, Interchange Information )) is the most common format for text files in computers and on the Internet. In an ASCII file, each alphabetic, ( interger, numeric, ) or special character is represented with a ( 7, 8 )-bit binary number (a string of ( seven, eight ) 0s or 1s). ( 128, 164 ) possible characters are defined.

Explanation

Question 5 of 12

1

Tick all of the topologies... (please).

Select one or more of the following:

  • Bus

  • Car

  • Ring

  • Ster

  • Star

  • Tulip

Explanation

Question 6 of 12

1

Select from the dropdown lists to complete the text.

Most programs are developed using ( programming languages, Syntax, Programs ). These languages have specific ( syntax, languages ) that must be used so that the program will run properly. Pseudocode is ( not a, a ) programming language, it is a simple way of describing a set of ( rules, instructions ) that does not have to use specific syntax.

Explanation

Question 7 of 12

1

Select from the dropdown lists to complete the text.

An ( algorithm, algroithm, algorihtm ) is a plan, a logical step-by-step process for solving a problem. Algorithms are normally written as a ( flowchart, Clowfart, Flowchart, flochert ) or in pseudocode.

Explanation

Question 8 of 12

1

What does a rectangle represent in a flowchart?

Select one of the following:

  • Start

  • End

  • Process

  • Decision

Explanation

Question 9 of 12

1

What does a diamond represent in a flowchart?

Select one of the following:

  • Start

  • End

  • Process

  • Decision

Explanation

Question 10 of 12

1

What does SQL stand for?

Select one of the following:

  • Structures Queried Language

  • Structured Query Language

  • Structured Queer Language

Explanation

Question 11 of 12

1

SDLC stands for software development life cycle...

Select one of the following:

  • True
  • False

Explanation

Question 12 of 12

1

Select from the dropdown lists to complete the text.

A code where each number represents a character can be used to convert text into ( binary, denary, hexadecimal ). One code we can use for this is called ( ASCII, Booleen ). The ASCII code takes each character on the keyboard and assigns it a binary number. Text characters start at denary number ( 0, 1, 0001 ) in the ASCII code, but this covers special characters including punctuation, the return key and control characters as well as the number keys, capital letters and lower case letters.
ASCII code can only store ( 128, 164, 420, 360 ) characters, which is enough for most words in English but not enough for other languages. If you want to use accents in European languages or larger alphabets such as Cyrillic (the ( Russian, Bulgarian, Polish ) alphabet) and Chinese Mandarin then more characters are needed. Therefore another code, called ( Bicode, Unicode, Pancode, Hetrocode, Homocode ), was created. This meant that computers could be used by people using different languages.

Explanation