Double is a ______ data type. (1) primitive (2) user defined (3) system defined (4) local

1 Answer

Answer :

primitive

Related questions

Description : Which of the following is not a primitive data type: a) String b) Double c) Boolean d) None of The Above

Last Answer : a) String

Description : Arrange the following primitive data types in an ascending order of their size: (i) char (ii) byte (iii) double (iv) int

Last Answer : Ans. The sizes of the given data types are as follows char = 2 bytes byte = 1 byte double = 8 bytes int = 4 bytes Arranging them in ascending order gives byte < char < int < double

Description : Data input is A) an abstract class defined in java.io B) a class we can use to read primitive data types C) an interface that defines methods to open files. D) an interface that defines methods to read primitive data types.

Last Answer : D) an interface that defines methods to read primitive data types.

Description : Data input is A) an abstract class defined in java.io B) a class we can use to read primitive data types C) an interface that defines methods to open files. D) an interface that defines methods to read primitive data types.

Last Answer : D) an interface that defines methods to read primitive data types.

Description : Which of the following is not the java primitive type A) Byte B) Float C) Character D) Long double

Last Answer : D) Long double

Description : A structure brings together a group of A) items of the same data type B) related data items and variables C) integers with user defined names D) floating points with user defined names

Last Answer : B) related data items and variables

Description : A primitive weapon, originally a farming tool, perhaps best described as a double-headed battle-hoe -Social Science

Last Answer : answer:

Description : Classify the following as primitive or non-primitive data types: (i) char (ii) arrays (iii) int (iv) classes

Last Answer : Ans. (i) char – Primitive (ii) arrays – Non primitive (iii) int – Primitive (iv) Classes – Non primitive

Description : Write one difference between primitive data types and composite data types.

Last Answer : Ans. A primitive data type is not composed of other data types. Ex: int, float, double while a composite data type is composed of other data types. Ex: class

Description : Classify the following as primitive or non-primitive data types: (i) char (ii) arrays (iii) int (iv) classes

Last Answer : Ans. (i) char – Primitive (ii) arrays – Non primitive (iii) int – Primitive (iv) Classes – Non primitive

Description : UDP stands for: a) User Datagram Protocol b) User Defined Protocol c) Un - Dispatched Protocol d) None of These

Last Answer : a) User Datagram Protocol

Description : State weather the following statement is true or false for ISDN - Integrated Services Digital Network ISDN is an effort to standardize subscriber services, provide user/network interfaces 2). the goal of ISDN is to form a Local ... C. 1. false, 2. false, 3. false D. 1. true, 2. true, 3. false

Last Answer : A. 1. True, 2. false, 3. true

Description : The ______ can be programmed one time either the manufacturer or the computer user.Once programmed it cannot be modified. A. PROM B. EPROM C. RAM D. ROM

Last Answer : D. ROM

Description : Online documents containing underlined phrases or icons that a user can click in order to move immediately to related parts of the current document or to other documents with related information is called ______: a) Hypermedia b) Hypertext c) HTML d) URL e) FTP

Last Answer : d) URL

Description : ______ is the art of exploiting the human elements to gain access to the authorized user. A. Social Engineering. B. IT Engineering. C. Ethical Hacking. D. None of the above.

Last Answer : A. Social Engineering.

Description : Automatic conversion from primitive type to an object of the corresponding wrapper class is called: a) Coercing b) Casting c) Boxing d) Widening e) None of The Above

Last Answer : c) Boxing

Description : If internal subroutine is called global data is used to pass values defining parameters between __ program and defined | a. Main and subroutine b. Local and subroutine c. Global and subroutine d. Global and main

Last Answer : a. Main and subroutine

Description : Kernel is: a) Considered as the critical part of the operating system b) The software which monitors the operating system c) the set of primitive functions upon which the rest of operating systems functions are built up d) None of The Above

Last Answer : c) the set of primitive functions upon which the rest of operating systems functions are built up

Description : In java, string is a ............. A) primitive data type B) abstract data type C) combination of boolean D) None of the above

Last Answer : B) abstract data type

Description : What is System Analysis? A) The design of the screen the user will see and use to enter or display data B) System analysis defines the format and type of data the program will use C) System Analysis involves creating formal model of the problem to be solved D) None of the above

Last Answer : Answer : C

Description : Which type of tags used by HTML? (a) tags only for image (b) user defined tags -Technology

Last Answer : (d) HTML provides predefined and fixed tags.

Description : What are the default values of the primitive datatypes int and float?

Last Answer : Ans. The default value of int is 0 and the default value of float is 0.0f.

Description : PSW stands for (1) Program status word (2) Processor status word (3) Process status word (4) Primitive status word

Last Answer : Program status word

Description : The data representation of CSG objects is represented by a.a binary tree b.a boolean operation c.a primitive d.none of the above

Last Answer : a.a binary tree

Description : Define what are the primitive data types in c?

Last Answer : There are five different kinds of data types in C. Char Int Float Double Void

Description : Name the primitive data-types in java.

Last Answer : A: byte, short, int, long, float, double, char and boolean

Description : One of the disadvantages of user level threads compared to Kernel level threads is (1) If a user level thread of a process executes a system call, all threads in that process are ... privileges. (4) The library procedures invoked for thread management in user level threads are local procedures.

Last Answer : If a user level thread of a process executes a system call, all threads in that process are blocked.

Description : The operating system determines the manner in which all of the following occurs except a) user creation of a document b) user interaction with the processor c) printer output d) data displayed on the monitor e) None of these

Last Answer : b) user interaction with the processor

Description : Which layers of the OSI determines the interface often system with the user? A) Network B) Application C) Data link D) Session

Last Answer : B) Application

Description : The points in the entire structure are defined using the coordinates system is known as a.local coordinates system b.natural coordinates system c.global coordinate system d.none of the above

Last Answer : c.global coordinate system

Description : In a Database Managemnt System (DBMS), the content and the location of the data is defined by the ____. (1) Multi Dimensional data (2) Sequence data (3) Meta data (4) Sub data

Last Answer : Meta data

Description : HTML is a markup language for describing Web document. HTML uses (a) pre_specified tags (b) user defined tags -Technology

Last Answer : (d) HTML uses fixed tags defined by the language.

Description : Import a user-defined module in python -Web-Development

Last Answer : answer:

Description : What are the benefits of using user defined functions in the program ?

Last Answer : Answer : In C-Program, the functions that the program describes according to its own needs in the Main () function are called user defined functions or user defined functions. The main advantage of the defined ... you can edit and insert some new data. As a result, the user benefits from the work.

Description : What is the user defined object?

Last Answer : A user-defined object is an instance of a user-defined type,typically a class, or an enum.

Description : How can you execute the user defined triggers in forms 3.0 ?

Last Answer : Execute Trigger (trigger-name)

Description : Briefly explain the difference between Public (public), Friend (internal), and Private (private) access levels as they apply to user-defined types and members.

Last Answer : In user-defined types, Public (public) classes can be instantiated by any element of the application. Friend (internal) classes can be instantiated only by members of the same assembly, and Private ( ... the same assembly, and Private (private) members can be accessed only from within the type. 

Description : What is function definition? (OR) what is user defined function? (OR) Write syntax of user defined function?

Last Answer : Function Definition : The program module that is written to achieve a specific task is called function definition. Syntax : type function-name(parameter list) // function header. { declaration of variables; body of function; // ... and b ); scanf( %d%d ,&a,&b); c=a+b; printf( %d ,c); }

Description : The affinity audience can be defined as __________. a. A user similar to that of your remarketing list b. A marketing user who is willing to make a purchase c. A user showing a continuous interest in the matter d. A user similar to that of your customer list

Last Answer : c. A user showing a continuous interest in the matter

Description : Last-click attribution is defined as: A. The last date on which a new customer clicked to your website B. The channel that received the most amount of clicks in the sales cycle C. The ... before the customer purchase D. The channel that sent the user to your website immediately before the sale

Last Answer : C. The last point in the sales cycle before the customer purchase

Description : Describe Define How arrays can be passed to a user defined function?

Last Answer : One thing to note is that you cannot pass the entire array to a function. Instead, you pass to it a pointer that will point to the array first element in memory. To do this, you indicate the name of the array without the brackets.

Description : Explain User defined function with example.

Last Answer : Functions are basic building blocks in a program. It can be predefined/ library functions or user defined functions. Predefined functions are those which are already available in C library. User defined functions are those which are ... value is: %d",a); } void main() { myFunc(10); getch() }

Description : Define package. How to create user defined package? Explain with example.

Last Answer : Java provides a mechanism for partitioning the class namespace into more manageable parts. This mechanism is the package. The package is both naming and visibility controlled mechanism. Package can be created by including package as the first ... []) { Box b=new Box(); b.display(); } } 

Description : Write a program to input name and salary of employee and throw user defined exception if entered salary is negative. 

Last Answer : import java.io.*; class NegativeSalaryException extends Exception { public NegativeSalaryException (String str) { super(str); } } public class S1 { public static void main(String[] args) ...  catch (NegativeSalaryException a) {  System.out.println(a);  } } }

Description : McGrath and Watson have defined research as Options: A) User of exploratory method B) A intellectual exploration C) Use of scientific method for analysis D) Problem-solving 

Last Answer : A) User of exploratory method

Description : Which one of the following allows a user at one site to establish a connection to another site and then pass keystrokes from local host to remote host? a.HTTP b.FTP c.Telnet d.TCP

Last Answer : c.Telnet

Description : A computer checks the _____ of user names and passwords for 9 a match before granting access. 1) Website 2) Network 3) Backup file 4) Data base 5) None of these

Last Answer : Answer :4

Description : Which converts the user data into machine readable form? A) input unit, output unit, control unit B) central processing unit C) output unit D) decoder unit

Last Answer : Answer : A