Joseph Jimenez
Quiz von , erstellt am 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
Erstellt von Joseph Jimenez vor mehr als 7 Jahre
Schließen

Computer Science 101

Frage 1 von 7

1

What is syntax

Wähle eine der folgenden:

  • 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

Erklärung

Frage 2 von 7

1

Byte code instructions are all of the following except:

Wähle eine der folgenden:

  • Machine Code instructions

  • Generated by the compiler

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

Erklärung

Frage 3 von 7

1

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

Wähle eine der folgenden:

  • ALU

  • Pseudocode

  • Disk Drive

Erklärung

Frage 4 von 7

6

Fülle die Lücken, um den Text zu vervollständigen.

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

Erklärung

Frage 5 von 7

1

Fülle die Lücken, um den Text zu vervollständigen.

What is an algorithm?

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

Erklärung

Frage 6 von 7

1

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

Wähle eine der folgenden:

  • affine transformation

  • entropy calculations

  • quantum mechanics

Erklärung

Frage 7 von 7

1

Examples of primitive data types include

Wähle eine der folgenden:

  • byte, short, long, int

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

  • all are primitive data types

Erklärung