Fundamental Programming Quiz Chapter 1

Fundamental Programming Quiz Chapter 1

1st - 9th Grade

5 Qs

quiz-placeholder

Similar activities

ICT Grade 7 Quiz

ICT Grade 7 Quiz

7th Grade

10 Qs

Code.org Unit 5 Vocab Quiz 1

Code.org Unit 5 Vocab Quiz 1

9th - 12th Grade

10 Qs

Hour of Code

Hour of Code

4th - 5th Grade

10 Qs

Introduction to Python, variables and data types

Introduction to Python, variables and data types

8th Grade

8 Qs

PLTW CSE L1 Vocab P1/2

PLTW CSE L1 Vocab P1/2

9th - 12th Grade

10 Qs

Quiz C++

Quiz C++

1st - 5th Grade

10 Qs

Introduction to Computer Science

Introduction to Computer Science

1st - 9th Grade

10 Qs

Coding - Computer Programming

Coding - Computer Programming

KG - University

10 Qs

Fundamental Programming Quiz Chapter 1

Fundamental Programming Quiz Chapter 1

Assessment

Quiz

Computers

1st - 9th Grade

Hard

Created by

bee lim

Used 62+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is Incorrect about C programming?

Powerful language

Structured programming language

Instruction in this language are in the form of 1s or 0s

Instruct computer to do certain task

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is incorrect

Programmer write the program

Program is a process of designing source code/program

C source file must be compiled by compiler before it can be executed

Code is known ask source code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following not the type of language

Machine language

Machine language

medium level language

high level language

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following incorrect about structured programming?

Instruction write in sequence

debugging is easier than modular

use top down approach

use variable as identifiers

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is incorrect about OOP?

use top down approach

Use object as identifiers

can handle very complex programs

new data can be added easily