Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUETION 2 - True / False. Write down the number and then the answer, e . g . 1 . 1 1 True. 2 .

QUETION 2- True / False.
Write down the number and then the answer, e.g.1.11 True.
2.1 JAVA programs are described as portable because they will fit into a small, lightweight disk.
2.2 In the software development life cycle, roughly of the life cycle is spent in maintenance of the software.
2.3 Comments are printed on the screen when the program is executed.
2.4 Methods are one of the major structuring mechanisms for Java programs.
2.5 The quotient "/" and the modulus "%" operators both do the same operation: divide a number.
2.6 JOptionPane is a class which alows us to display a message dialog box.
2.7 The value of the expression "3"+"5" is 35.
2.8 Control structures determine the order in which statements are executed.
2.9 A class is a category of programming language.
2.10 System out is an example of a method.
2.11 An upper-case letter is considered to be the same character as a lower-case letter in Java.
2.12 The body of any while loop will be executed at least once.
2.13 A single variable declaration can include both initialized and uninitialized variables.
2.14 Any variable in Java can be used before it is declared. 2.15 The boolean type has only two values.
2.16 Compiling is the process of translating a program into binary machine code which the computer understands.
2.17 A program which never stops is said to be a loop.
2.18 Loops can be combined with decision structures.
2.19 Guess The Answer() is a legal method name.
2.20 A void method does not return a value.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

3rd Edition

978-1119907466

More Books

Students also viewed these Databases questions