[solved] – Question 96439
What are the basic data types inFORTRAN?
1. Integer, Real, Complex, Character
2. Integer, Real, Double, Precision
3. Integer, Real, Logical, Character
Expert Answer
[solved] – Question 96459
Unsigned integers in C++ are:
1. Non-Negative number
2. Float number
3. Negative number
4. None of the options
Expert Answer
[solved] – Question 96461
Overflow in C++ is a one kind of
1. Logical error
2 . Run time error
3. None of the options
4. Syntax error
Expert Answer
[solved] – Question 96462
Language used to solve Computer mathematical computations is termed as;
1. Pascal
2. Fortran
3. Ada
4. COBOL
Expert Answer
[solved] – Question 96463
Which of the following is validFORTRAN?
1. -0.123
2. 15.673
3. All of the options
4. +16
Expert Answer
[solved] – Question 96478
You are working on a documentation file userNotes.txt with some members of your software development team. Just before the file needs to be submitted, you manager tells you that a company standard requires that two blank spaces be left between the end-of-sentence period (.) and the start of the next sentence. (This rule does not affect sentences at the very end of a line.)
| For example, this is OK: | Turn the knob. Push the “on” button. |
| This is not: | Turn the knob. Push the “on” button. |
Asking around among your team members, you discover that some of them have already typed their sentences in the approved manner, but others have inserted only a single blank between sentences.
You need to fix this fast, and the first thing you want to do is to find out how bad the problem is.
What command would you give to list all lines of userNotes.txt that contain sentence endings with only one blank before the start of the next sentence?
This must be done using the grep command.
Expert Answer
Answer to You are working on a documentation file userNotes.txt with some members of your software development team…
[solved] – Question 96490
Unsigned integers in C++ are:
A. Non-Negative number
B. Float number
C. Negative number
D. None of the Options
Expert Answer
[solved] – Question 96492
Overflow in C++ is a one kind of
A. Logical error
B .Run time error C. None of the options
D. Syntax error
Expert Answer
[solved] – Question 96496
Which of the following is valid FORTRAN?
A. -0.123 2
B. 15.673 3
C. All of the options
D. +16
Expert Answer
[solved] – Question 96497
Language used to solve Computer mathematical computations is termed as
A. Pascal
B. Fortran
C. Ada
D. COBOL
Expert Answer

