Programming Basics

Programming Basics

KG - University

8 Qs

quiz-placeholder

Similar activities

Sub bab 2 Pengembangan SI

Sub bab 2 Pengembangan SI

University

10 Qs

WORD ĐỀ 6

WORD ĐỀ 6

University

10 Qs

Taller Hardware

Taller Hardware

KG - 10th Grade

12 Qs

แบบทดสอบก่อนเรียน_หน่วยที่ 3_การพัฒนาโปรแกรม

แบบทดสอบก่อนเรียน_หน่วยที่ 3_การพัฒนาโปรแกรม

3rd Grade

10 Qs

OCR GCSE CS - 2.1 ERL sorts and searches

OCR GCSE CS - 2.1 ERL sorts and searches

10th - 11th Grade

9 Qs

basic computer design

basic computer design

University

10 Qs

Testeo de equipos - BIOS

Testeo de equipos - BIOS

University

10 Qs

QUIZZ 1 : DATABASE FUNDAMENTALS

QUIZZ 1 : DATABASE FUNDAMENTALS

University

10 Qs

Programming Basics

Programming Basics

Assessment

Quiz

Computers

KG - University

Practice Problem

Medium

Created by

Christopher Hayden

Used 61+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Repeating section of code to simplify a solution

Code
Loops
Program
Bugs

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A person who writes code and communicates instructions to a computer.

Code
Programmer
Command

Debugger

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The spelling and grammar of a programming language.

Syntax
Program
Loops
Command

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Language written to communicate with computers, language that gives instructions to computers.

Loops
commands
Bugs
Code

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

A sequence of instructions written in a code that a computer can interpret and execute.

Program
Syntax
Programmer

Debugger

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Binary is based on which number system?

Base 6
Base 2
Base 8
Base 10

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following could be the value of a Boolean Variable?

&&

true

3.0

"hello"

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of statement is an example of a selection programming structure?

If/else
while
do while
for