Joseph Jimenez
Quiz por , criado more than 1 year ago

Computer Science basics recommended as a first step to learning how to code or program

17
0
0
Joseph Jimenez
Criado por Joseph Jimenez mais de 7 anos atrás
Fechar

Computer Science 101

Questão 1 de 7

1

What is syntax

Selecione uma das seguintes:

  • Rules that must be followed when writing a program

  • Rules that specify defines the combinations of symbols that are considered to be a correctly structured document or fragment in that language

  • Both A and B answers are correct

Explicação

Questão 2 de 7

1

Byte code instructions are all of the following except:

Selecione uma das seguintes:

  • Machine Code instructions

  • Generated by the compiler

  • Read and interpreted by the Java Virtual Machine (JVM)

Explicação

Questão 3 de 7

1

One of the design tools used by programmers when creating a model of the program is

Selecione uma das seguintes:

  • ALU

  • Pseudocode

  • Disk Drive

Explicação

Questão 4 de 7

6

Preencha os espaços em branco para completar o texto.

The Programming Process includes:
Step 1 - the code for your program
Step 2 - the source code with an appropriate compiler
Step 3 - the compiled, executable program to test it.
Step 4 - the program and find errors and fix them.
Step 5 - as needed

Explicação

Questão 5 de 7

1

Preencha os espaços em branco para completar o texto.

What is an algorithm?

A: An algorithm is a procedure whose steps are
completely and .

Explicação

Questão 6 de 7

1

Complex shapes can be simulated by a computer using a simple set of rules called:

Selecione uma das seguintes:

  • affine transformation

  • entropy calculations

  • quantum mechanics

Explicação

Questão 7 de 7

1

Examples of primitive data types include

Selecione uma das seguintes:

  • byte, short, long, int

  • boolean, char (or string), double, float

  • all are primitive data types

Explicação