7/25/2018 PROGRAMMER
QID : 101 - How many two-input AND and OR gates are required to realize Y = CD+EF+G?
Options:
1) 4, 2
2) 3, 3
3) 2, 3
4) No option is correct
Correct Answer: No option is correct
Candidate Answer: 3, 3
QID : 102 - If X, Y and Z are 3 Boolean variables, then X(Y + Z) equals (X + Y) (X + Z), if X, Y, Z take the values ______.
Options:
1) 0, 1, 0
2) 1, 0, 1
3) 0, 1, 1
4) 1, 0, 0
Correct Answer: 0, 1, 1
Candidate Answer: 1, 0, 1
QID : 103 - A graph G is called a ______ if it is a connected acyclic graph.
Options:
1) Cyclic graph
2) Tree
3) Regular graph
4) Not a graph
Correct Answer: Tree
Candidate Answer: Cyclic graph
QID : 104 - ______is the negation of the bits "010110".
Options:
1) 111001
2) 111111
3) 101001
4) 1001
Correct Answer: 101001
Candidate Answer: 101001
QID : 105 - ______topology requires a central controller or hub.
Options:
1) Mesh
2) Star
3) Ring
4) Bus
Correct Answer: Star
Candidate Answer: Star
QID : 106 - How many carrier frequencies are used in BPSK?
Options:
1) 0
2) 1
3) 2
4) 3
Correct Answer: 1
[Link] 1/20
7/25/2018 PROGRAMMER
Candidate Answer: 2
QID : 107 - Which of the following is a group of programs?
Options:
1) Accessories
2) Word
3) Paint
4) All options are correct
Correct Answer: Accessories
Candidate Answer: Accessories
QID : 108 - Why page fault occurs in Operating System?
Options:
1) When a page gives inconsistent data
2) When a page cannot be accessed due to its absence from memory
3) When a page is invisible
4) All options are correct
Correct Answer: All options are correct
Candidate Answer: When a page cannot be accessed due to its absence from memory
QID : 109 - The child process ______.
Options:
1) can be a duplicate of the parent process
2) can never be a duplicate of the parent process
3) can never have another program loaded into it
4) cannot have another program loaded into it
Correct Answer: can be a duplicate of the parent process
Candidate Answer: cannot have another program loaded into it
QID : 110 - In Unix which system call creates the new process?
Options:
1) alter
2) new
3) create
4) fork
Correct Answer: fork
Candidate Answer: new
QID : 111 -
[Link] 2/20
7/25/2018 PROGRAMMER
Options:
1) Output: "15"
2) Output: "60"
3) Output: "120"
4) Output: "180"
Correct Answer: Output: "120"
Candidate Answer: Output: "60"
QID : 112 - ______ correctly shows the hierarchy of arithmetic operations in C language.
Options:
1)
2)
3)
4)
Correct Answer:
Candidate Answer:
QID : 113 -
Options:
1) Output: "10"
2) Output: "510"
3) Compilation Error
4) Run time Error
Correct Answer: Output: "10"
Candidate Answer: Output: "510"
QID : 114 - ______ is the correct usage of conditional operators in C language.
Options:
1) a>b ? c=30 : c=40;
2) a>b ? c=30;
3) return (a>b)?(a:b)
4) max = a>b ? a>c?a:c:b>c?b:c
Correct Answer: max = a>b ? a>c?a:c:b>c?b:c
Candidate Answer: a>b ? c=30 : c=40;
QID : 115 - Which of the following function is use for reading in a multi-word string?
[Link] 3/20
7/25/2018 PROGRAMMER
Options:
1) printf();
2) scanf();
3) gets();
4) puts();
Correct Answer: gets();
Candidate Answer: gets();
QID : 116 -
Options:
1) Output: "15"
2) Output: "16"
3) Output: "8"
4) Compilation Error
Correct Answer: Output: "8"
Candidate Answer: Output: "16"
QID : 117 - Which of the following operations can be performed on the file "[Link]" using the below code?
FILE *fp; fp = fopen("[Link]", "r+");
Options:
1) Writing
2) Read and Write
3) Appending
4) Reading
Correct Answer: Read and Write
Candidate Answer: Reading
QID : 118 - The following declaration mean?
int (*ptr)[5];
Options:
1) ptr is array of pointers to 5 integers
2) ptr is a pointer to an array of 5 integers
3) ptr is an array of 5 integers
4) ptr is an pointer to array
Correct Answer: ptr is a pointer to an array of 5 integers
Candidate Answer: ptr is a pointer to an array of 5 integers
[Link] 4/20
7/25/2018 PROGRAMMER
QID : 119 -
Options:
1) Output: "x=20 y=500 z=500"
2) Output: "y=504 z=504 x=20"
3) Output: "x=21 y=504 z=504"
4) Compilation Error
Correct Answer: Output: "x=20 y=500 z=500"
Candidate Answer: Output: "x=20 y=500 z=500"
QID : 120 -
Options:
1) Output: "8 1 7 5 6"
2) Output: "8 1 5 5 6"
3) Output: "8 1 6 5 5"
4) Runtime Error
Correct Answer: Output: "8 1 7 5 6"
Candidate Answer: Output: "8 1 6 5 5"
QID : 121 - What does Assembler refer to in Assembling language?
Options:
1) It places programs into memory and prepares them for execution
2) It accepts a program written in a high level language and produces an object program
3) It translates assembly language into machine language
4) It appears to execute a resource as if it were machine language
Correct Answer: It translates assembly language into machine language
Candidate Answer: It translates assembly language into machine language
QID : 122 - The intel 8086 microprocessor is a _______ processor in Assembling language.
[Link] 5/20
7/25/2018 PROGRAMMER
Options:
1) 8 bit
2) 16 bit
3) 32 bit
4) 4 bit
Correct Answer: 16 bit
Candidate Answer: 8 bit
QID : 123 - In a ______ one module of the new information system is activated at a time.
Options:
1) System Development Life Cycle
2) CASE tool
3) Phased Conversion
4) Success factors
Correct Answer: Phased Conversion
Candidate Answer: System Development Life Cycle
QID : 124 - The step-by-step instructions that solves a problem are called ______.
Options:
1) a sequential structure
2) a list
3) an algorithm
4) a plan
Correct Answer: an algorithm
Candidate Answer: an algorithm
QID : 125 - A feasibility document should contain all of the following except______.
Options:
1) project name
2) data-flow diagrams
3) feasible alternative
4) problem descriptions
Correct Answer: problem descriptions
Candidate Answer: data-flow diagrams
QID : 126 - Which of the following statements is not true?
Options:
1) You can make a website without using HTML
2) You can make a website without using Javascript
3) You can make a website without using CSS
4) You can make a website without using PHP
Correct Answer: You can make a website without using HTML
Candidate Answer: You can make a website without using CSS
QID : 127 - ______ is not a Content Management System.
Options:
1) WordPress
2) Drupal
3) Magneto
4) SAP
Correct Answer: SAP
Candidate Answer: SAP
QID : 128 - Which linked list type that navigates for an item in forward and backward direction is called_______.
Options:
1) Absolute linked List
2) Linear Linked List
3) Circular linked List
4) Doubly Linked List
Correct Answer: Doubly Linked List
Candidate Answer: Doubly Linked List
[Link] 6/20
7/25/2018 PROGRAMMER
QID : 129 - ______ is the worst case time complexity of inserting an element into the sorted array.
Options:
2
1) O(n logn)
2) O(logn)
3) O(n)
2
4) O(n )
Correct Answer: O(n)
2
Candidate Answer: O(n logn)
QID : 130 - Second most used data structure after array is______.
Options:
1) Linked List
2) Queue
3) Hash table
4) Stack
Correct Answer: Linked List
Candidate Answer: Linked List
QID : 131 - Binary search tree whose left subtree and right subtree differ in height by at most 1 level is called______.
Options:
1) Red-black tree
2) AVL tree
3) Lemma tree
4) No option is correct
Correct Answer: AVL tree
Candidate Answer: AVL tree
QID : 132 - ______ data structure is linear type.
Options:
1) Stack
2) Graph
3) Trees
4) Binary tree
Correct Answer: Stack
Candidate Answer: Stack
QID : 133 - In the relational models, cardinality is termed as______.
Options:
1) number of tuples.
2) number of attributes.
3) number of tables.
4) number of constraints.
Correct Answer: number of tuples.
Candidate Answer: number of constraints.
QID : 134 - What functionality is provided by the DML?
Options:
1) Description of logical structure of database.
2) Addition of new structures in the database system.
3) Manipulation & processing of database.
4) Definition of physical structure of database system.
Correct Answer: Manipulation & processing of database.
Candidate Answer: Manipulation & processing of database.
QID : 135 - 'AS' clause is used in SQL for _______.
Options:
1) Selection operation.
2) Rename operation.
3) Join operation.
4) Projection operation.
Correct Answer: Rename operation.
Candidate Answer: Rename operation.
[Link] 7/20
7/25/2018 PROGRAMMER
QID : 136 - ODBC stands for ______.
Options:
1) Object Database Connectivity.
2) Oral Database Connectivity.
3) Oracle Database Connectivity.
4) Open Database Connectivity.
Correct Answer: Open Database Connectivity.
Candidate Answer: Open Database Connectivity.
QID : 137 - An entity set that does not have sufficient attributes to form a primary key is a _______.
Options:
1) Strong entity set
2) Weak entity set
3) Simple entity set
4) Primary entity set
Correct Answer: Weak entity set
Candidate Answer: Weak entity set
QID : 138 - _____operation is used if we are interested in only certain columns of a table.
Options:
1) Projection
2) Selection
3) Union
4) Join
Correct Answer: Projection
Candidate Answer: Selection
QID : 139 - ______ is a legal expression in SQL.
Options:
1) select null from student;
2) select name from student where fee=null;
3) select name from student;
4) No option is correct
Correct Answer: select name from student;
Candidate Answer: select name from student;
QID : 140 - The result of the UNION operation between R1 and R2 is a relation that includes _______.
Options:
1) All the tuples of R1
2) All the tuples of R2
3) All the tuples of R1 and R2
4) All the tuples of R1 and R2 which have common columns
Correct Answer: All the tuples of R1 and R2 which have common columns
Candidate Answer: All the tuples of R1 and R2
QID : 141 - What is natural join in DBMS?
Options:
1) Cartesian Product
2) Combination of Union and Cartesian product
3) Combination of selection and Cartesian product
4) Combination of projection and Cartesian product
Correct Answer: Combination of projection and Cartesian product
Candidate Answer: Combination of selection and Cartesian product
QID : 142 - Hierarchical model is also called ______.
Options:
1) Tree structure
2) Plex Structure
3) Normalize Structure
4) Table Structure
Correct Answer: Tree structure
[Link] 8/20
7/25/2018 PROGRAMMER
Candidate Answer: Tree structure
QID : 143 - ______ is a comparison operator in SQL.
Options:
1) =
2) like
3) between
4) All options are correct
Correct Answer: All options are correct
Candidate Answer: between
QID : 144 - In a relational model, relations are termed as_______.
Options:
1) Tuples
2) Attributes
3) Tables
4) Rows
Correct Answer: Tables
Candidate Answer: Tuples
QID : 145 - ______ is a single valued attribute in DBMS.
Options:
1) Register_number
2) Address
3) Subject_taken
4) Reference
Correct Answer: Register_number
Candidate Answer: Register_number
QID : 146 - ______is a set of one or more attributes taken collectively to uniquely identify a record.
Options:
1) Sub key
2) Candidate key
3) Super key
4) Foreign key
Correct Answer: Super key
Candidate Answer: Foreign key
QID : 147 - An attribute in a relation is a foreign key if the __________ key from one relation is used as an attribute in that relation in DBMS.
Options:
1) Candidate
2) Primary
3) Super
4) Sub
Correct Answer: Primary
Candidate Answer: Candidate
QID : 148 - Which of the following define Multiple inheritance?
Options:
1) one class inheriting from more then one super classes
2) more classes inheriting from more then one super classes
3) more then one classes inheriting from one super class
4) No option is correct
Correct Answer: one class inheriting from more then one super classes
Candidate Answer: one class inheriting from more then one super classes
QID : 149 - Which of the following type of inheritance is not directly applicable in java?
Options:
1) Multilevel Inheritance
2) Hierarchial Inheritance
3) Single Inheritance
4) Multiple Inheritance
Correct Answer: Multiple Inheritance
[Link] 9/20
7/25/2018 PROGRAMMER
Candidate Answer: Multiple Inheritance
QID : 150 - A class can ______ an interface in java.
Options:
1) implement
2) extend
3) remove
4) No option is correct
Correct Answer: implement
Candidate Answer: extend
QID : 151 - A constructor’s name is ______ in java.
Options:
1) same as the name of the class
2) same as the name of the super class
3) same as the name of the child class
4) No option is correct
Correct Answer: same as the name of the class
Candidate Answer: same as the name of the class
QID : 152 - Throw keyword is a part of ______.
Options:
1) Method Overloading
2) Exception Handling
3) Multithreading
4) Composition
Correct Answer: Exception Handling
Candidate Answer: Multithreading
QID : 153 - Which of the following is not a type of constructor?
Options:
1) Default Constructor
2) Parameterized Constructor
3) Super Constructor
4) No option is correct
Correct Answer: Super Constructor
Candidate Answer: Super Constructor
QID : 154 - Which of the following is the default value of a static integer variable in Java?
Options:
1) 1
2) 0
3) Null
4) -1
Correct Answer: 0
Candidate Answer: 0
[Link] 10/20
7/25/2018 PROGRAMMER
QID : 155 -
Options:
1) Output: "Ram"
2) Output: "Radha"
3) Compilation Error
4) Runtime Error
Correct Answer: Output: "Ram"
Candidate Answer: Compilation Error
QID : 156 -
Options:
1) Output: "10 200 400 "
2) Output: "10 20 400"
3) Runtime Error
4) Compilation Error
Correct Answer: Output: "10 200 400 "
Candidate Answer: Output: "10 200 400 "
[Link] 11/20
7/25/2018 PROGRAMMER
QID : 157 - Can we compare a boolean variable with an int variable?
Options:
1) Yes
2) No
3) Depends on compiler
4) Depends on the int variable value
Correct Answer: No
Candidate Answer: Depends on compiler
QID : 158 -
Options:
1) Output: "112360"
2) Output: "070811234"
3) Compilation Error
4) No option is correct
Correct Answer: Compilation Error
Candidate Answer: Output: "070811234"
QID : 159 - Composition represents ______.
Options:
1) HAS-A relationship
2) IS-A relationship
3) Both HAS-A & IS-A relationship
4) No option is correct
Correct Answer: HAS-A relationship
Candidate Answer: No option is correct
[Link] 12/20
7/25/2018 PROGRAMMER
QID : 160 -
Options:
1) Output: "abcd abcd true abcd abc false"
2) Output: "abcd abc false abcd abcd true"
3) Output: "abcd abc true abcd abcd false"
4) Output: "abcd abc true abcd abcd true"
Correct Answer: Output: "abcd abc false abcd abcd true"
Candidate Answer: Output: "abcd abc true abcd abcd false"
QID : 161 - Classes that allow primitive types to be accessed as objects are known as ______.
Options:
1) Concrete Classes
2) Wrapper Classes
3) Converter Classes
4) No option is correct
Correct Answer: Wrapper Classes
Candidate Answer: Concrete Classes
[Link] 13/20
7/25/2018 PROGRAMMER
QID : 162 -
Options:
1) Output: "Static Block 2 Static Block 1 Value of num = 100"
2) Output: "Static Block 1 Static Block 2 Value of num = 100 Value of mystr = Constructor"
3) Output: "Static Block 2 Static Block 1 Value of num = 100 Value of mystr = Constructor"
4) Compilation Error
Correct Answer: Output: "Static Block 1 Static Block 2 Value of num = 100 Value of mystr = Constructor"
Candidate Answer: Output: "Static Block 1 Static Block 2 Value of num = 100 Value of mystr = Constructor"
QID : 163 - The concept of converting real world objects in terms of class is known as ______.
Options:
1) Encapsulation
2) Abstraction
3) Polymorphism
4) Inheritance
Correct Answer: Abstraction
Candidate Answer: Encapsulation
QID : 164 - Method overriding is combination of ______.
Options:
1) Encapsulation and Inheritance
2) Abstraction and Polymorphism
3) Polymorphism and Inheritance
4) Inheritance and Abstraction
Correct Answer: Polymorphism and Inheritance
Candidate Answer: Polymorphism and Inheritance
QID : 165 - SRS stands for ______.
Options:
1) Software Requirement Specification
2) Software Refilling Specification
3) Software Renewing Settlement
4) Software Reach Specification
Correct Answer: Software Requirement Specification
Candidate Answer: Software Requirement Specification
QID : 166 - SRS document is created by ______.
[Link] 14/20
7/25/2018 PROGRAMMER
Options:
1) System developer
2) System tester
3) System Analyst
4) No option is correct
Correct Answer: System Analyst
Candidate Answer: System Analyst
QID : 167 - Which of the following does not account for software failure?
Options:
1) Increasing Demand
2) Increasing Supply
3) Low expectation
4) Less reliable and expensive
Correct Answer: Increasing Supply
Candidate Answer: Increasing Supply
QID : 168 - SDLC stands for ______
Options:
1) Software Development Life Cycle
2) Software Design Life Cycle
3) Software Development List cycle
4) System Design Life Cycle
Correct Answer: Software Development Life Cycle
Candidate Answer: Software Development Life Cycle
QID : 169 - RAD stands for ______.
Options:
1) Racing Application Development
2) Rapid Application Document
3) Rapid Application Development
4) No option is correct
Correct Answer: Rapid Application Development
Candidate Answer: Rapid Application Development
QID : 170 - Which of the following is not a prototype of Prototyping Model?
Options:
1) Horizontal Prototype
2) Vertical Prototype
3) Domain Prototype
4) Diagonal Prototype
Correct Answer: Diagonal Prototype
Candidate Answer: Domain Prototype
QID : 171 - ______ is not a phase of Prototyping Model.
Options:
1) Coding
2) Quick Design
3) Engineer Product
4) Prototype Refinement
Correct Answer: Coding
Candidate Answer: Coding
QID : 172 - How many phases does RAD Model have?
Options:
1) 2 stages
2) 4 stages
3) 5 stages
4) 7 stages
Correct Answer: 5 stages
Candidate Answer: 7 stages
[Link] 15/20
7/25/2018 PROGRAMMER
QID : 173 - Which of the following software development activities are not a part of software processes?
Options:
1) Software dependence
2) Software development
3) Software specification
4) Software validation
Correct Answer: Software dependence
Candidate Answer: Software dependence
QID : 174 - POFOD stands for______.
Options:
1) Possibility of failure of data
2) Probability of failure of data
3) Possibility of failure on demand
4) Probability of failure on demand
Correct Answer: Probability of failure on demand
Candidate Answer: Probability of failure on demand
QID : 175 - _______is not a functional reliability requirement for a system.
Options:
1) Checking requirements
2) Redundancy requirements
3) Recovery requirements
4) Ambiguous requirements
Correct Answer: Ambiguous requirements
Candidate Answer: Ambiguous requirements
QID : 176 - ______is not a diagram studied in Requirement Analysis.
Options:
1) State Transition Diagram
2) Entity Relationship Diagram
3) Activity Diagram
4) No option is correct
Correct Answer: Activity Diagram
Candidate Answer: State Transition Diagram
QID : 177 - _______is not a Requirement Management workbench tool.
Options:
1) Rational Suite
2) RDD 100
3) DOORS
4) RTM
Correct Answer: Rational Suite
Candidate Answer: Rational Suite
QID : 178 - _______ are types of requirement in Quality Function Deployment.
Options:
1) Functional, Non-Functional
2) Known, Unknown, Undreamed
3) Normal, Expected, Exciting
4) User, Developer
Correct Answer: Normal, Expected, Exciting
Candidate Answer: Functional, Non-Functional
QID : 179 - What requirement gathering method developed at IBM in 1970s is used for managing requirement elicitation?
Options:
1) JAD
2) FAST
3) Traceablity
4) Both JAD and Traceablity
Correct Answer: Both JAD and Traceablity
Candidate Answer: Traceablity
[Link] 16/20
7/25/2018 PROGRAMMER
QID : 180 - Multi-processor system gives as______.
Options:
1) small system
2) tightly coupled system
3) loosely coupled system
4) both small system and tightly coupled system
Correct Answer: tightly coupled system
Candidate Answer: tightly coupled system
QID : 181 - When a thread needs to wait for an event it will__________.
Options:
1) Block
2) Execute
3) Terminate
4) Update
Correct Answer: Block
Candidate Answer: Execute
QID : 182 - Cascading termination refers to termination of all child processes before the parent terminates
Options:
1) normally
2) abnormally
3) normally or abnormally
4) No option is correct
Correct Answer: normally
Candidate Answer: normally
QID : 183 - With ______ only one process can execute at a time.
Options:
1) Multiprocessing
2) Multiprogramming
3) Multiprogramming and Multiprocessing
4) Uniprogramming
Correct Answer: Uniprogramming
Candidate Answer: Uniprogramming
QID : 184 - The child process completes execution, but the parent keeps executing, then the child process is known as______.
Options:
1) Orphan
2) Zombie
3) Body
4) Dead
Correct Answer: Zombie
Candidate Answer: Orphan
QID : 185 - Memory tables are used to keep track of______.
Options:
1) Real and Virtual Memory
2) I/O Modules
3) Resources
4) I/O Devices
Correct Answer: Real and Virtual Memory
Candidate Answer: I/O Devices
QID : 186 - What is a logical extension of multiprogramming operating system?
Options:
1) Time sharing
2) Single programming
3) Multi-tasking
4) Both Time sharing and Multi-tasking
Correct Answer: Both Time sharing and Multi-tasking
[Link] 17/20
7/25/2018 PROGRAMMER
Candidate Answer: Both Time sharing and Multi-tasking
QID : 187 - Aqua user interface was appeared with______.
Options:
1) windows
2) shells
3) MAC OS
4) Bourne shell
Correct Answer: MAC OS
Candidate Answer: MAC OS
QID : 188 - Multiple-CPU system is a type of ______.
Options:
1) Mini Computer
2) Super Computer
3) Clustered System
4) both Mini Computer and Super Computer
Correct Answer: Clustered System
Candidate Answer: Clustered System
QID : 189 - The Interfaces of operating system provides ______.
Options:
1) creation
2) designing
3) deletion
4) portability
Correct Answer: portability
Candidate Answer: designing
QID : 190 - Interrupt table of pointers having addresses for each interrupt is located at______memory.
Options:
1) high
2) low
3) mid
4) both high and low
Correct Answer: low
Candidate Answer: high
QID : 191 - Ways of aborting processes and eliminating deadlocks are______.
Options:
1) aborting all deadlocked processes
2) aborting all processes
3) aborting one process at a time until the deadlock cycle is eliminated
4) All options are correct
Correct Answer: aborting one process at a time until the deadlock cycle is eliminated
Candidate Answer: aborting all processes
QID : 192 - Which of the following statement defines remote method invocation?
Options:
1) It allows a process to invoke memory on a remote object
2) It allows a thread to invoke a method on a remote object
3) It allows a thread to invoke memory on a remote object
4) It allows a process to invoke a subprocess on a remote object
Correct Answer: It allows a thread to invoke a method on a remote object
Candidate Answer: It allows a process to invoke memory on a remote object
QID : 193 - The process that is based on IPC mechanism which executes on different systems and can communicate with other processes using message
based communication is known as ______.
Options:
1) Local Procedure Call
2) Inter Process Communication
3) Remote Procedure Call
4) Remote Machine Invocation
[Link] 18/20
7/25/2018 PROGRAMMER
Correct Answer: Remote Procedure Call
Candidate Answer: Inter Process Communication
QID : 194 - The link between two processes M and N to send and receive messages is called______.
Options:
1) message-passing link
2) synchronization link
3) message- message link
4) communication link
Correct Answer: communication link
Candidate Answer: synchronization link
QID : 195 - ______protocol is not used in the internet.
Options:
1) Telnet
2) WIRL
3) HTTP
4) Gopher
Correct Answer: WIRL
Candidate Answer: WIRL
QID : 196 - Document Object Model is a______.
Options:
1) parser
2) Specification
3) Coding style
4) None of these
Correct Answer: parser
Candidate Answer: Specification
QID : 197 - Ipv4 or Ipv6 does not include which of the following field in the base header?
Options:
1) Next Header field
2) Field for Fragmentation information
3) Flow Label
4) Kind field
Correct Answer: Field for Fragmentation information
Candidate Answer: Field for Fragmentation information
QID : 198 - Primary author of HTML (hyper text markup language) is______.
Options:
1) Brendan Eich
2) Tim Berners-Lee
3) google inc.
4) Peter Norton
Correct Answer: Tim Berners-Lee
Candidate Answer: Brendan Eich
QID : 199 - Types of computer graphics are______.
Options:
1) Vector and Raster
2) Scalar and Raster
3) Vector and Scalar
4) No option is correct
Correct Answer: Vector and Raster
Candidate Answer: Vector and Raster
QID : 200 - Once a file is saved in JPEG format ,some data is lost______.
[Link] 19/20
7/25/2018 PROGRAMMER
Options:
1) Permanently
2) Temporarily
3) Both Permanently & Temporarily
4) No option is correct
Correct Answer: Permanently
Candidate Answer: No option is correct
[Link] 20/20