Jess Lemmon
Test por , creado hace más de 1 año

GCSE Computer Science Test sobre Computer science, creado por Jess Lemmon el 18/05/2017.

126
12
0
Jess Lemmon
Creado por Jess Lemmon hace más de 7 años
Cerrar

Computer science

Pregunta 1 de 12

1

What is a computer program?

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 2 de 12

1

What is the denary value of 00101010?

Selecciona una de las siguientes respuestas posibles:

  • A) 46

  • B) 42

  • C) 36

Explicación

Pregunta 3 de 12

1

A decimal can be an interger...

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 4 de 12

1

Selecciona la opción correcta de los menús desplegables para completar el 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.

Explicación

Pregunta 5 de 12

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • Bus

  • Car

  • Ring

  • Ster

  • Star

  • Tulip

Explicación

Pregunta 6 de 12

1

Selecciona la opción correcta de los menús desplegables para completar el 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.

Explicación

Pregunta 7 de 12

1

Selecciona la opción correcta de los menús desplegables para completar el 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.

Explicación

Pregunta 8 de 12

1

What does a rectangle represent in a flowchart?

Selecciona una de las siguientes respuestas posibles:

  • Start

  • End

  • Process

  • Decision

Explicación

Pregunta 9 de 12

1

What does a diamond represent in a flowchart?

Selecciona una de las siguientes respuestas posibles:

  • Start

  • End

  • Process

  • Decision

Explicación

Pregunta 10 de 12

1

What does SQL stand for?

Selecciona una de las siguientes respuestas posibles:

  • Structures Queried Language

  • Structured Query Language

  • Structured Queer Language

Explicación

Pregunta 11 de 12

1

SDLC stands for software development life cycle...

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 12 de 12

1

Selecciona la opción correcta de los menús desplegables para completar el 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.

Explicación