Programming Basics

Programming Basics

8th Grade

6 Qs

quiz-placeholder

Similar activities

Coding & AI

Coding & AI

5th Grade - University

10 Qs

Arduino Quiz

Arduino Quiz

8th Grade

9 Qs

L2 Selection in Programming

L2 Selection in Programming

8th Grade

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

7th - 9th Grade

11 Qs

Software Design and Development: The process

Software Design and Development: The process

7th - 11th Grade

9 Qs

VB 1

VB 1

6th - 12th Grade

8 Qs

KUIS SCRATCH

KUIS SCRATCH

1st - 10th Grade

8 Qs

Code.org Vocabulary Quiz - Loops

Code.org Vocabulary Quiz - Loops

6th - 8th Grade

10 Qs

Programming Basics

Programming Basics

Assessment

Quiz

Computers

8th Grade

Hard

Created by

James Pratt

Used 25+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

What is the purpose of 'if-else statements' in programming?

To create loops

To make decisions based on conditions

To store data in a structured format

To perform mathematical calculations

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

What is used in programming to store multiple pieces of related data under one name?

Variables

Arrays

Functions

Loops

3.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

What is used in programming to perform a repetitive task a specific number of times?

Functions

Conditions

Variables

For-Next Loops

4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

What is the purpose of variables in programming?

To store data temporarily


To make decisions based on conditions

To repeat a block of code multiple times

To perform complex mathematical calculations

5.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Which of the following is used to group a set of instructions together so they can be used more than once?

If-Else statements

Arrays

Variables

Functions

6.

DROPDOWN QUESTION

20 sec • 5 pts

(a)   basic programming feature, not mentioned in the previous questions, allows you to store and manipulate numerical data in various ways?

Math
Variable
If-Else
Array