wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

msp quiz

Total questions: 23

Worksheet time: 12mins

Name
Class
Date
1.
a)

print "Hello World"

b)

public static void main (String[] args){

System.out.println("Hello World")

}

c)

echo "Hello World"

d)

program HelloWorld;

begin

WriteLn('Hello, world!');

end.

2.
a)

$("body").append("Hello World!");

b)

Module Module1

Sub Main()

Console.WriteLine("Hello, World!")

End Sub

End Module

c)

int main(void)

{ puts("Hello, world!");

}

d)

disp('Hello, world!')

3.
a)

disp('Hello, world!')

b)

puts "Hello World!"

c)

echo "Hello World"

d)

int main(void)

{ puts("Hello, world!");

}

4.
a)

console.log'Hello World!'

b)

$("body").append("Hello World!");

c)

cat('Hello World!')

d)

program HelloWorld;

begin

WriteLn('Hello, world!');

end.

5.
a)

using System

class Program

{ public static void main(string[] args)

{Console.WriteLine("Hello, world!");

}}

b)

public static void main (String[] args){

System.out.println("Hello World") }

c)

console.log'Hello World!'

d)

echo "Hello World"

6.
a)

using System

class Program

{ public static void main(string[] args)

{Console.WriteLine("Hello, world!");

}}

b)

println("Hello World!")

c)

print "Hello World"

d)

int main(void)

{ puts("Hello, world!"); }

7.
a)

Module Module1

Sub Main()

Console.WriteLine("Hello, World!")

End Sub

End Module

b)

cat('Hello World!')

c)

disp('Hello, world!')

d)

echo "Hello World"

8.
a)

int main(void)

{ puts("Hello, world!"); }

b)

program HelloWorld;

begin

WriteLn('Hello, world!');

end.

c)

public static void main (String[] args){

System.out.println("Hello World") }

d)

console.log'Hello World!'

9.
a)

echo "Hello World"

b)

disp('Hello, world!')

c)

console.log'Hello World!'

d)

println("Hello World!")

10.
a)

Module Module1

Sub Main()

Console.WriteLine("Hello, World!")

End Sub

End Module

b)

cat('Hello World!')

c)

int main(void)

{ puts("Hello, world!"); }

d)

console.log'Hello World!'

11.
a)

Module Module1

Sub Main()

Console.WriteLine("Hello, World!")

End Sub

End Module

b)

echo "Hello World"

c)

class Program

{ public static void main(string[] args)

{Console.WriteLine("Hello, world!"); }}

d)

$("body").append("Hello World!");

12.
a)

echo "Hello World"

b)

program HelloWorld;

begin

WriteLn('Hello, world!');

end.

c)

console.log'Hello World!'

d)

puts "Hello World!"

13.
a)

println("Hello World!")

b)

echo "Hello World"

c)

int main(void)

{ puts("Hello, world!"); }

d)

Module Module1

Sub Main()

Console.WriteLine("Hello, World!")

End Sub

End Module

14.
a)

document.write('Hello World');

b)

class Program

{ public static void main(string[] args)

{Console.WriteLine("Hello, world!"); }}

c)

public static void main (String[] args){

System.out.println("Hello World") }

d)

$("body").append("Hello World!");

15.

What is Cloud Computing

a)

A public utility on the internet

b)

Some thing on the internet that people can share

16.

When was the phrase cloud computing surfaced?

a)

1996

b)

1980

c)

1971

d)

1961

17.

The process of moving data between storage systems, data centers, servers or formats, is known as?

a)

Information Movement

b)

Data Migration

c)

Data Movement

d)

Cloud Migration

18.

A composition of two or more clouds that remain distinct entities but are bound together, is known as?

a)

Hybrid Cloud

b)

Private Cloud

c)

Public Cloud

d)

Class Cloud

19.

Which man is credited with coining the term 'artificial intelligence' in 1955 and is considered one of the early pioneers in the field?

a)

John McCarthy

b)

L. Ron Hubbard

c)

Isaac Asimov

d)

Alan Turing

20.

Which US government department was a major early funder of artificial intelligence research for its own ulterior motives?

a)

National Air and Space Administration

b)

Department of Defense (DARPA)

c)

Department of the Interior

d)

Department of Commerce

21.

One of the early artificial intelligence programming languages was one that sounds like it might have a speech impediment. Which language is this?

a)

Stutter programming language

b)

Linux programming language

c)

Fortran programming language

d)

Lisp programming language

22.

Computer games employ a form of artificial intelligence that mimics human decision-making capabilities. What is the name for these 'skillful' systems?

a)

Equalization systems

b)

Logic systems

c)

Expert systems

d)

Empirical systems

23.

One of the biggest problems still facing artificial intelligence researchers is the human ability to think and reason intuitively because this cannot yet be duplicated in a computer environment.

a)

True

b)

False