Computer Science, asked by rahuljeettiwari, 3 months ago

Write true or false:
1- The first step in writing a program is to develop an algorithm for it.
2- Java code is also called as ‘write once run anywhere’ (WORA).
3- Byte data type is a 32-bit signed two complement integer.
4- & logical operater returns true if both operands evaluate to true.
5- Selection statements help in selecting one alternative out of more than one option​

Answers

Answered by sarveshdm
9

Answer:

1.T

2.F

3.F

4.T

5.T

Explanation:

Answered by saribahmed2008
2

Answer:

I hope this will help you but I don't know about 3and4 and 5 very very sorry

Explanation:

1) False An algorithm is a plan for solving a problem. There are many ways to write an algorithm.

...

An Algorithm Development Process

Step 1: Obtain a description of the problem. ...

Step 2: Analyze the problem. ...

Step 3: Develop a high-level algorithm.

2)True JVM(Java Virtual Machine) acts as a run-time engine to run Java applications. ... Java applications are called WORA (Write Once Run Anywhere). This means a programmer can develop Java code on one system and can expect it to run on any other Java-enabled system without any adjustment. This is all possible because of JVM.May 26, 2019.

Similar questions