NEW
Font size
Worksheetsmsp quiz
Total questions: 23
Worksheet time: 12mins
print "Hello World"
public static void main (String[] args){
System.out.println("Hello World")
}
echo "Hello World"
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
$("body").append("Hello World!");
Module Module1
Sub Main()
Console.WriteLine("Hello, World!")
End Sub
End Module
int main(void)
{ puts("Hello, world!");
}
disp('Hello, world!')
disp('Hello, world!')
puts "Hello World!"
echo "Hello World"
int main(void)
{ puts("Hello, world!");
}
console.log'Hello World!'
$("body").append("Hello World!");
cat('Hello World!')
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
using System
class Program
{ public static void main(string[] args)
{Console.WriteLine("Hello, world!");
}}
public static void main (String[] args){
System.out.println("Hello World") }
console.log'Hello World!'
echo "Hello World"
using System
class Program
{ public static void main(string[] args)
{Console.WriteLine("Hello, world!");
}}
println("Hello World!")
print "Hello World"
int main(void)
{ puts("Hello, world!"); }
Module Module1
Sub Main()
Console.WriteLine("Hello, World!")
End Sub
End Module
cat('Hello World!')
disp('Hello, world!')
echo "Hello World"
int main(void)
{ puts("Hello, world!"); }
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
public static void main (String[] args){
System.out.println("Hello World") }
console.log'Hello World!'
echo "Hello World"
disp('Hello, world!')
console.log'Hello World!'
println("Hello World!")
Module Module1
Sub Main()
Console.WriteLine("Hello, World!")
End Sub
End Module
cat('Hello World!')
int main(void)
{ puts("Hello, world!"); }
console.log'Hello World!'
Module Module1
Sub Main()
Console.WriteLine("Hello, World!")
End Sub
End Module
echo "Hello World"
class Program
{ public static void main(string[] args)
{Console.WriteLine("Hello, world!"); }}
$("body").append("Hello World!");
echo "Hello World"
program HelloWorld;
begin
WriteLn('Hello, world!');
end.
console.log'Hello World!'
puts "Hello World!"
println("Hello World!")
echo "Hello World"
int main(void)
{ puts("Hello, world!"); }
Module Module1
Sub Main()
Console.WriteLine("Hello, World!")
End Sub
End Module
document.write('Hello World');
class Program
{ public static void main(string[] args)
{Console.WriteLine("Hello, world!"); }}
public static void main (String[] args){
System.out.println("Hello World") }
$("body").append("Hello World!");
What is Cloud Computing
A public utility on the internet
Some thing on the internet that people can share
When was the phrase cloud computing surfaced?
1996
1980
1971
1961
The process of moving data between storage systems, data centers, servers or formats, is known as?
Information Movement
Data Migration
Data Movement
Cloud Migration
A composition of two or more clouds that remain distinct entities but are bound together, is known as?
Hybrid Cloud
Private Cloud
Public Cloud
Class Cloud
Which man is credited with coining the term 'artificial intelligence' in 1955 and is considered one of the early pioneers in the field?
John McCarthy
L. Ron Hubbard
Isaac Asimov
Alan Turing
Which US government department was a major early funder of artificial intelligence research for its own ulterior motives?
National Air and Space Administration
Department of Defense (DARPA)
Department of the Interior
Department of Commerce
One of the early artificial intelligence programming languages was one that sounds like it might have a speech impediment. Which language is this?
Stutter programming language
Linux programming language
Fortran programming language
Lisp programming language
Computer games employ a form of artificial intelligence that mimics human decision-making capabilities. What is the name for these 'skillful' systems?
Equalization systems
Logic systems
Expert systems
Empirical systems
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.
True
False
