Programming basics

Programming basics

12th Grade

15 Qs

quiz-placeholder

Similar activities

flowol week 3

flowol week 3

9th - 12th Grade

17 Qs

حاسب2 / اختبار الوحدة الثالثة

حاسب2 / اختبار الوحدة الثالثة

10th - 12th Grade

10 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Dragon Mania Ledgends Quiz

Dragon Mania Ledgends Quiz

1st Grade - Professional Development

10 Qs

Issue Tracker

Issue Tracker

KG - University

20 Qs

Do You Really Know ME?

Do You Really Know ME?

5th Grade - University

13 Qs

Security and Ethics

Security and Ethics

9th - 12th Grade

17 Qs

KRUNA

KRUNA

11th - 12th Grade

10 Qs

Programming basics

Programming basics

Assessment

Quiz

Computers, Other, Education

12th Grade

Practice Problem

Hard

Created by

Ian Garraway

Used 103+ times

FREE Resource

AI

Enhance your content in a minute

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

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many basic data types are there?

3

4

as many as you want

data types?

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the odd one out?

IF

WHILE

FOR

DO...UNTILL

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

You want to show some code if the age is over 18, which is the correct command? (c#)

IF (age < 18)

IF (age >= 18)

IF age > 18

IF (age > "18")

IF (age > 18)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This is an array of 6 elements, called scores, which is the correct reference to access the element with -16 in it.

scores[-16]

scores[3]

scores[4]

scores(5)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need an variable to act as a counter, what would be the best data type to use?

Real/Float

Integer

String

Bool

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are looking for a specific card in a deck of cards, which of the standard algorithms will you use?

Quick search

Binary search

Bubble search

Linear search

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

i++; is the same as writing:

i = i +1;

i = i * i;

i = i - 1;

GOTOWHILE;

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?