VB.NET

VB.NET

11th Grade

32 Qs

quiz-placeholder

Similar activities

SKB Microsoft Office dan Struktur Data

SKB Microsoft Office dan Struktur Data

1st Grade - Professional Development

30 Qs

2 Python (переменные, типы данных)

2 Python (переменные, типы данных)

5th - 12th Grade

33 Qs

Python Fundamentals - II

Python Fundamentals - II

11th - 12th Grade

27 Qs

Software DD and Hacking

Software DD and Hacking

11th Grade

30 Qs

Visual Basic I

Visual Basic I

1st - 12th Grade

30 Qs

Assessment Term 2.2 - Y9 U4 Python Search algorithms

Assessment Term 2.2 - Y9 U4 Python Search algorithms

7th - 12th Grade

30 Qs

Y12 Java syntax recap

Y12 Java syntax recap

11th - 12th Grade

27 Qs

สอบกลางภาค Visaul Basic

สอบกลางภาค Visaul Basic

11th Grade

30 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?