VB.NET

VB.NET

11th Grade

32 Qs

quiz-placeholder

Similar activities

Chapter 3 (to Section 3.6) Test

Chapter 3 (to Section 3.6) Test

9th - 12th Grade

34 Qs

Programming Logic & Design

Programming Logic & Design

KG - University

28 Qs

Year 9 Term 6 Revision

Year 9 Term 6 Revision

9th Grade - University

36 Qs

Data Structures and Algorithm

Data Structures and Algorithm

11th Grade - Professional Development

30 Qs

Algorithms Data

Algorithms Data

11th Grade - Professional Development

30 Qs

JavaScript Arrays

JavaScript Arrays

10th - 12th Grade

30 Qs

Robotics-1-PythonBooksA

Robotics-1-PythonBooksA

9th - 12th Grade

37 Qs

Functions in Python

Functions in Python

10th - 12th Grade

28 Qs

VB.NET

VB.NET

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Al Stone

Used 22+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which would be the best way to create a variable to store a real number

Dim r as real

Dim r as decimal

dim number as real

dim number as decimal

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following is correct to find if a number n is between 1 and 5 inclusive

IF n <=1 and >=5

IF n > 1 or n < 5

IF n >=1 or n <= 5

IF n >=1 and n <=5

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

An algorithm is...

A sequence of step by step instructions to complete a task

Breaking a problem down into smaller problems

Removing the unnecessary detail from a problem

A program written to solve a problem

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Decomposition is ...

A sequence of step by step instructions to complete a task

Breaking a problem down into smaller problems

Removing the unnecessary detail from a problem

A program written to solve a problem

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Abstraction is...

A sequence of step by step instructions to complete a task

Breaking a problem down into smaller problems

Removing the unnecessary detail from a problem

A program written to solve a problem

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which algorithm would be best to search for a value in a list of 1,000,000 ordered numbers

Bubble search

Binary sort

Binary search

Linear search

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which algorithm would be best to search for a number in a list of 1,000,000 random numbers

Linear sort

Linear search

Merge search

Binary search

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?