msp quiz

msp quiz

University - Professional Development

23 Qs

quiz-placeholder

Similar activities

Java Quiz on Module 1 & 2

Java Quiz on Module 1 & 2

Professional Development

21 Qs

QUIZ-5 static, String and StringBuffer

QUIZ-5 static, String and StringBuffer

Professional Development

20 Qs

JavaScript

JavaScript

University

19 Qs

JS - Practice 1

JS - Practice 1

Professional Development

20 Qs

JavaScript

JavaScript

Professional Development

21 Qs

AP Computer Science A Post Unit 2 Check

AP Computer Science A Post Unit 2 Check

10th Grade - University

18 Qs

Responsi PL 2021/2022

Responsi PL 2021/2022

University

20 Qs

Programming Java

Programming Java

University

20 Qs

msp quiz

msp quiz

Assessment

Quiz

Computers

University - Professional Development

Hard

Created by

Max Joe

Used 4+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

print "Hello World"

public static void main (String[] args){

System.out.println("Hello World")

}

echo "Hello World"

program HelloWorld;

begin

WriteLn('Hello, world!');

end.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

$("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!')

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

disp('Hello, world!')

puts "Hello World!"

echo "Hello World"

int main(void)

{ puts("Hello, world!");

}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

console.log'Hello World!'

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

cat('Hello World!')

program HelloWorld;

begin

WriteLn('Hello, world!');

end.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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!"); }

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Module Module1

Sub Main()

Console.WriteLine("Hello, World!")

End Sub

End Module

cat('Hello World!')

disp('Hello, world!')

echo "Hello World"

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?