Joseph Jimenez
Test por , creado hace más de 1 año

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

17
0
0
Joseph Jimenez
Creado por Joseph Jimenez hace más de 7 años
Cerrar

Computer Science 101

Pregunta 1 de 7

1

What is syntax

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 2 de 7

1

Byte code instructions are all of the following except:

Selecciona una de las siguientes respuestas posibles:

  • Machine Code instructions

  • Generated by the compiler

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

Explicación

Pregunta 3 de 7

1

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

Selecciona una de las siguientes respuestas posibles:

  • ALU

  • Pseudocode

  • Disk Drive

Explicación

Pregunta 4 de 7

6

Rellena los espacios en blanco para completar el 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

Explicación

Pregunta 5 de 7

1

Rellena los espacios en blanco para completar el texto.

What is an algorithm?

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

Explicación

Pregunta 6 de 7

1

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

Selecciona una de las siguientes respuestas posibles:

  • affine transformation

  • entropy calculations

  • quantum mechanics

Explicación

Pregunta 7 de 7

1

Examples of primitive data types include

Selecciona una de las siguientes respuestas posibles:

  • byte, short, long, int

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

  • all are primitive data types

Explicación