Jess Lemmon
Quiz por , criado more than 1 year ago

GCSE Computer Science Quiz sobre Computer science, criado por Jess Lemmon em 18-05-2017.

126
12
0
Jess Lemmon
Criado por Jess Lemmon aproximadamente 7 anos atrás
Fechar

Computer science

Questão 1 de 12

1

What is a computer program?

Selecione uma das seguintes:

  • 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

Explicação

Questão 2 de 12

1

What is the denary value of 00101010?

Selecione uma das seguintes:

  • A) 46

  • B) 42

  • C) 36

Explicação

Questão 3 de 12

1

A decimal can be an interger...

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 4 de 12

1

Selecione das listas do Menu para completar o texto.

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.

Explicação

Questão 5 de 12

1

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

Selecione uma ou mais das seguintes:

  • Bus

  • Car

  • Ring

  • Ster

  • Star

  • Tulip

Explicação

Questão 6 de 12

1

Selecione das listas do Menu para completar o texto.

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.

Explicação

Questão 7 de 12

1

Selecione das listas do Menu para completar o texto.

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.

Explicação

Questão 8 de 12

1

What does a rectangle represent in a flowchart?

Selecione uma das seguintes:

  • Start

  • End

  • Process

  • Decision

Explicação

Questão 9 de 12

1

What does a diamond represent in a flowchart?

Selecione uma das seguintes:

  • Start

  • End

  • Process

  • Decision

Explicação

Questão 10 de 12

1

What does SQL stand for?

Selecione uma das seguintes:

  • Structures Queried Language

  • Structured Query Language

  • Structured Queer Language

Explicação

Questão 11 de 12

1

SDLC stands for software development life cycle...

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 12 de 12

1

Selecione das listas do Menu para completar o texto.

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.

Explicação