Computer Science, asked by samratshailesh28, 10 months ago

WORKSHEET 3A
Java Statements
DATE
1 Tisk in the correct option
(a) Condition operators are
I and
(01) 7 and
(W) and >>
(v) > and
(b) Which of the following is a set of sequentially arranged statement ?
0 Program
(0) Assignment
(EN) Loop
(v) Counter
(c) Every java statement ends with a
(6semicolon
(u) full stop
(IT) colon
(iv) None of these
(d) Which of the following statement is also called decision-making or conditional
statement ?
(O Branching
(1) NOT
(i) IF
(iv) none of those
2. Fill in the blanks,
(a) The
statement helps to create a true block of statements
(b) User input are accepted using
line arguments
(c)
operators are known as ternary operators,
(d) The break statement transfers the control to the
the switch statement
statement following
3. Write 'T' for True and 'F' for False against each statement.
(a) Conditional operator is not used to make two way decisions,
(b) The default case is always required in the Switch selection structure.
(C) A conditional operator always replace an IF statement
(d) Println (function prints the output in a new line.
(e) In the IF Else statement block followed by Else statement is called false block
Teacher's Slemature
Computer Science Part 8.6​

Answers

Answered by anonymous0956
3

1a

>and

1b

loop

1c

;

1d

if

2a

boolean

2b

next

2c

?:

2d

same

3a

f

3b

f

3c

t

3d

t

3e

t

Similar questions