What is the OUTPUT?
boolean v1 = true;
boolean v2 = false;
System.out.println((v1 & v2));
IEEE Coding Cybersecurity
Quiz
•
Computers
•
University
•
Hard
Zeenat AlKassim
Used 2+ times
FREE Resource
27 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the OUTPUT?
boolean v1 = true;
boolean v2 = false;
System.out.println((v1 & v2));
0
1
true
false
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the OUTPUT?
String abc = "I" + "like" + "Java";
System.out.println(abc);
I
Java
like
IlikeJava
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the process of defining multiple methods inside the same class but with different parameters' list?
Method Overriding
Multiple Methods
Method Overloading
None of the above
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The following is a protocol for breaking and sending packets to an address across a network.
DNS
Socket
Proxy Server
TCP/IP
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Good hackers who help in finding vulnerabilities in a system are called
White Hat Hackers
Grey Hat Hackers
Black Hat Hackers
Red Hat Hackers
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the OUTPUT?
String abc = "I LIKE IEEE";
System.out.println(abc.length());
9
10
11
12
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
_______________________ masks your IP address.
Firewall
Incognito mode
VPN
Antivirus
25 questions
Java Quiz
Quiz
•
University
25 questions
AP CSA Unit 1&2 Test
Quiz
•
8th Grade - Professio...
25 questions
BSCE_MIDTERM_EXAM
Quiz
•
University
24 questions
Javascript Basics
Quiz
•
7th Grade - University
26 questions
String in C Programming
Quiz
•
University
30 questions
Computer Programming 1 Review
Quiz
•
University
23 questions
Java Array
Quiz
•
University
25 questions
Java Review
Quiz
•
9th Grade - University
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade