Question

Which of these is not a basic type in computer science? manicule integer floating point value...

  1. Which of these is not a basic type in computer science?

    manicule

    integer

    floating point value

    string

Homework Answers

Answer #1

In computer science, type simply defines he type of variable we are using in our program. You can also called it
Data Type. From the above options int, float, string are the data types but manicule is not a type or data type

Manicule- manicule is basically a shape which is used to draw attention. Denoted by ☛

Int- int is basically defines those values which is a whole number. It can be positive or negative but not
   decimal point(float value). Eg- 1, 57, -98, 35 etc.

Floating point values- These are the variable types used to store the floating number. Eg- 23.87, 287.456 etc.
   It basically used for large calculations.

String- string is a data type which is used to store the words(like names, collection of alphabets).
   Eg- Bob, Alica, Alex etc.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
scientific notation is represented by floating point values internal to the computer. What are the three...
scientific notation is represented by floating point values internal to the computer. What are the three fields used in floating point?
Write a DFA that recognizes a valid floating point number as described below.   "A floating constant...
Write a DFA that recognizes a valid floating point number as described below.   "A floating constant consists of an integer part, a decimal point, a fraction part, an e or E, an optionally signed integer exponent and an optional type suffix, one of f, F, l, or L. The integer and fraction parts both consist of a sequence of digits. Either the integer part or the fraction part (not both) may be missing; either the decimal point or the e...
CS 204 Computer Organization 1. Why IEEE Floating Point Standards is used in computer? 2. Why...
CS 204 Computer Organization 1. Why IEEE Floating Point Standards is used in computer? 2. Why IEEE Floating Point Standards is used in engineering? I need 4-5 bullets for each question
Q1- Raft foundation is it coming under floating foundation or not?? Q2- Which type of floating...
Q1- Raft foundation is it coming under floating foundation or not?? Q2- Which type of floating foundation is used for high rise building?
Foundation of computer science Let x be a real number, and n be an integer. 1....
Foundation of computer science Let x be a real number, and n be an integer. 1. Devise an algorithm that computes x n . [Hint: First, give a procedure for computing x n when n is nonnegative by successive multiplication by x, starting with 1 until we reach n. Then, extend this procedure and use the fact that x -n = 1/x n to compute x n when n is negative.] 2. Write its corresponding program using your favorite programming...
What are fixed location, floating location, point-of-use storage, and central storage methods for locating stocks? For...
What are fixed location, floating location, point-of-use storage, and central storage methods for locating stocks? For storing which kind of products the fixed location, floating location, point-of-use storage and central storage are appropriate - give 1 example of each. Subkject - Materials Science
80% of the employees in a specialized department of a large software firm are computer science...
80% of the employees in a specialized department of a large software firm are computer science graduates. A project team is made up of 9 employees. Part a) What is the probability to 3 decimal digits that all the project team members are computer science graduates? Part b) What is the probability to 3 decimal digits that exactly 3 of the project team members are computer science graduates? Part c) What is the most likely number of computer science graduates...
Output each floating-point value with two digits after the decimal point, which can be achieved as...
Output each floating-point value with two digits after the decimal point, which can be achieved as follows: printf("%0.2lf", yourValue); (1) Prompt the user to enter five numbers, being five people's weights. Store the numbers in an array of doubles. Output the array's numbers on one line, each number followed by one space. (2 pts) Ex: Enter weight 1: 236.0 Enter weight 2: 89.5 Enter weight 3: 142.0 Enter weight 4: 166.3 Enter weight 5: 93.0 You entered: 236.00 89.50 142.00...
1. Floating point representations in computers are exact, and are not prone to small floating point...
1. Floating point representations in computers are exact, and are not prone to small floating point inaccuracies. True False 2. The difference between a declared variable and a declared constant is that a constant’s value can vary at run-time, but a declared variable’s value cannot ever be changed after it is initialized True False 3. The expression: 72 > 116 || 27 > 15 evaluates at run-time to true. True False 4. The expression: 4 > 8 && 2 <...
10. Number Array Class Design a class that has an array of floating-point numbers. The constructor...
10. Number Array Class Design a class that has an array of floating-point numbers. The constructor should accept an integer argument and dynamically allocate the array to hold that many numbers. The private data members of the class should include the integer argument in a variable to hold the size of the array and a pointer to float type to hold the address of the first element in the array. The destructor should free the memory held by the array....
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT