BWOCD #1

BWOCD #1

1st - 5th Grade

10 Qs

quiz-placeholder

Similar activities

Unidad 2 - Actividad 2

Unidad 2 - Actividad 2

1st - 3rd Grade

6 Qs

9.03 Programming Iteration

9.03 Programming Iteration

5th - 10th Grade

10 Qs

8 informatika english

8 informatika english

5th Grade

10 Qs

microbit

microbit

4th Grade

10 Qs

Grade4-Unit3-L2

Grade4-Unit3-L2

4th Grade

10 Qs

Python Beginners Week 6

Python Beginners Week 6

3rd - 12th Grade

13 Qs

Computing

Computing

2nd - 5th Grade

7 Qs

Year 6 NCCE programming microbits

Year 6 NCCE programming microbits

2nd - 5th Grade

10 Qs

BWOCD #1

BWOCD #1

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Omid Mustefa

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Programming is the process of designing and building an executable computer software or application to accomplish a specific task.

True

False

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Who is a programmer?

A programmer, also known as a software developer, coder, or software engineer,

is a skilled individual who creates, tests, and maintains software applications

They play a crucial role in the technology sector.

All of them

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is C#?

C# programs can be developed using Microsoft Visual Studio.

C# is a modern object oriented programming language.

It’s a high level programming language.

All of them

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ________ method outputs one or more values to the screen without a new line character.

Write()

WriteLine()

Read()

ReadLine()

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Program accesses data through ______________

DataType

Identifier

Variable

None of them

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

int count = 5;
count ++ ;

count = 4

count = 5

count = 6

count = 5

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

is the following For Loop logically well defined?

for (int i = 1; i <= 8; i++)

for (int i = 1; i >= 8; i++)

Both have valid OutPut

None of them

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?

Discover more resources for Computers