Joseph Jimenez
Quiz by , created 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
Created by Joseph Jimenez over 7 years ago
Close

Computer Science 101

Question 1 of 7

1

What is syntax

Select one of the following:

  • 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

Explanation

Question 2 of 7

1

Byte code instructions are all of the following except:

Select one of the following:

  • Machine Code instructions

  • Generated by the compiler

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

Explanation

Question 3 of 7

1

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

Select one of the following:

  • ALU

  • Pseudocode

  • Disk Drive

Explanation

Question 4 of 7

6

Fill the blank spaces to complete the text.

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

Explanation

Question 5 of 7

1

Fill the blank spaces to complete the text.

What is an algorithm?

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

Explanation

Question 6 of 7

1

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

Select one of the following:

  • affine transformation

  • entropy calculations

  • quantum mechanics

Explanation

Question 7 of 7

1

Examples of primitive data types include

Select one of the following:

  • byte, short, long, int

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

  • all are primitive data types

Explanation