0% found this document useful (0 votes)
431 views15 pages

Model Dcet Paper 2

Uploaded by

mantalk321
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
431 views15 pages

Model Dcet Paper 2

Uploaded by

mantalk321
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 15

JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

1. Which of the following is a square 5. The derivative of f(x) = 3x^2 - 2x + 1 is:


matrix?
a) 6x - 2
a) 2x3 matrix
b) 6x + 2
b) 3x3 matrix
c) 6x - 1
c) 4x2 matrix
d) 6x + 1
d) 1x4 matrix
6. The integral of ∫(3x^2 + 2x) dx is:
2. What is the determinant of a 2x2 matrix
[a b; c d]? a) x^3 + x^2 + C

a) ad - bc b) x^3 + x + C

b) ac - bd c) x^2 + x + C

c) ab - cd d) 3x^2 + 2x + C

d) bc - ad 7. The area under the curve y = 2x from x =


1 to x = 3 is:
3. The equation of a straight line passing
through the points (2, 3) and (4, 7) can be a) 2
written as: b) 4
a) y = 2x + 1 c) 6
b) y = 2x + 3 d) 8
c) y = 4x - 1 8. The determinant of a 3x3 matrix can be
d) y = 4x + 1 found using:

4. What is the value of sin(π/6)? a) Cramer's Rule

a) 1/2 b) Gaussian Elimination

b) √3/2 c) Inverse Matrix Method

c) 1 d) Laplace Expansion

d) 0

Answer: a) ½

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

9. The slope of a line parallel to the line y = 13. The area under the curve y = 3x^2
2x + 3 is: from x = 0 to x = 2 is:

a) 2 a) 4

b) -2 b) 8

c) 3 c) 12

d) -3 d) 16

10. What is the value of cos(π/3)? 14. The rank of a 2x2 matrix is:

a) 1/2 a) 0

b) √3/2 b) 1

c) 1 c) 2

d) 0 d) 3

11. The derivative of f(x) = 5x^3 + 2x^2 - 15. The equation of a line perpendicular to
3x + 1 is: y = 3x + 2 can be written as:

a) 15x^2 + 4x - 3 a) y = -3x + 2

b) 15x^2 + 4x + 3 b) y = 3x - 2

c) 15x^2 + 2x - 3 c) y = -1/3x + 2

d) 15x^2 + 2x + 3 d) y = 1/3x - 2

12. The integral of ∫(4x^3 - 2x^2 + 5x) dx 16. What is the value of tan(π/4)?
is:
a) 1
a) x^4 - (2/3)x^3 + (5/2)x^2 + C
b) √2
b) x^4 - (2/3)x^3 + 5x^2 + C
c) 0
c) 4x^4 - (2/3)x^3 + 5x^2 + C
d) -1
d) 4x^4 - (2/3)x^3 + (5/2)x^2 + C
17. The derivative of f(x) = 4x^2 + 3x - 2 is:

a) 8x + 3

b) 8x - 3

c) 4x + 3

d) 4x - 3

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

18. The integral of ∫(2x^2 - 3x + 4) dx is: 22.Which of the following is NOT a type of
statistical data collection?
a) (2/3)x^3 - (3/2)x^2 + 4x + C
A) Experimental data collection
b) (2/3)x^3 - (3/2)x^2 - 4x + C
B) Sampling data collection
c) 2x^3 - (3/2)x^2 + 4x + C
C) Census data collection
d) 2x^3 - (3/2)x^2 - 4x + C
D) Logical data collection
19. The area under the curve y = x^2 from
x = -1 to x = 1 is: 23.Which of the following is a measure of
dispersion used in statistics?
a) 1/3
A) Percentile
b) 2/3
B) Median
c) 4/3
C) Standard deviation
d) 8/3
D) Histogram
20. The determinant of a 4x4 matrix can
be found using: 24.What is the objective of summarizing
data in statistics?
a) Cramer's Rule
A) To collect as much numerical data as
b) Gaussian Elimination possible
c) Inverse Matrix Method B) To present the main features of a dataset
d) Laplace Expansion in a concise and meaningful way

21.What is the purpose of statistical data C) To identify outliers in a dataset


collection? D) To perform advanced statistical analysis
A) To store data in databases 25.What is Python programming
B) To gather information and analyze it for commonly used for?
interpreting and making conclusions A) Data analysis, web development, and
C) To generate random numbers automation

D) To display data in charts and graphs B) Hardware engineering

C) Graphic design

D) Video game development

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

26.Which of the following is NOT a data 30.Which of the following operators is


type in Python? used to perform exponentiation in
Python?
A) String
A) //
B) Integer
B) ^
C) Index
C) *
D) Boolean
D) **
27.What is the purpose of using variables
in Python programming? 31.What is the purpose of a loop in Python
programming?
A) To store and manipulate data during
program execution A) To make decisions based on conditions

B) To display output on the screen B) To repeat a set of instructions multiple


times
C) To define functions and classes
C) To store a collection of values
D) To import external libraries
D) To calculate complex mathematical
28.What does the 'print()' function do in equations
Python?
32.What does the 'len()' function do in
A) It reads input from the user Python?
B) It displays the specified message or value A) It converts a value to an integer data type
on the screen
B) It returns the number of elements in a
C) It performs mathematical operations sequence or the length of a string
D) It creates a new variable C) It calculates the logarithm of a number
29.What is the output of the following D) It generates a random number
code in Python?
33.Which Python keyword is used to exit a
numbers = [1, 2, 3, 4, 5] loop prematurely?
print(sum(numbers)) A) continue
A) -15 B) return
B) 120 C) pass
C) 15 D) break
D) 5

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

34.What is the output of the following 36.Which statement best describes the
code in Python? basics of coding?

for i in range(5): A) Coding is only used in the development of


web applications
print(i)
B) Coding is the process of automating
else: business processes
print('Loop finished') C) Coding involves writing instructions for
A) 0 1 2 3 4 computers to perform specific tasks

Loop finished D) Coding is a creative process used to design


web pages
B) Loop finished
37.In the context of web development,
C) 0 1 2 what does 'HTML' stand for?

Loop finished A) Home Tool Management Language

D) 5 6 7 8 9 B) Hyper Texturing Markup Library

Loop finished C) Highly Textual Markup Language

35.What is the purpose of business D) Hypertext Markup Language


process automation?
38.Which programming language is
A) To increase manual work and improve commonly used for developing web pages?
communication within an organization
A) C++
B) To decrease efficiency by relying on
outdated processes B) Java

C) To disrupt business operations and hinder C) JavaScript


productivity D) Python
D) To streamline and optimize business
operations through the use of technology

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

39.What is the purpose of an ERP system? 42.What does 'CSS' stand for in web
development?
A) To simplify individual department
operations by reducing collaboration A) Client-Side Scripting

B) To create organizational chaos by B) Cascading Style Sheets


introducing complex systems
C) Content Security System
C) To limit the scale and growth potential of
an organization D) Computer System Services

D) To integrate and automate business 43.How does automation benefit business


processes across multiple departments processes?

40.What role does design play in the A) Automation often leads to significant
development of web pages? financial losses

A) Design only deals with backend B) Automation diminishes employee


development tasks satisfaction and engagement

B) Design is irrelevant to the overall C) Automation improves efficiency, reduces


development process errors, and increases productivity

C) Design focuses on creating user-friendly D) Automation increases manual work and


interfaces and visually appealing content slows down operations

D) Design primarily concerns itself with 44.What is the primary goal of


business process automation streamlining business operations?

41.Which programming language is A) To eliminate redundancies and optimize


considered the backbone of most web processes for maximum efficiency
development? B) To complicate operations and introduce
A) JavaScript unnecessary complexities

B) CSS C) To hinder collaboration and limit growth


potential
C) HTML
D) To promote inefficiencies and waste
D) Python organizational resources

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

45.Which aspect focuses on the 49.What does 'FTP' stand for in the context
appearance and layout of web pages? of web development?

A) User Interface (UI) design A) Friendly Technology Provider

B) Back-end development B) Form Testing Process

C) Business analysis C) Faster Text Processing

D) Database management D) File Transfer Protocol

46.What is another term commonly used 50.What is the primary purpose of coding
for 'business process automation'? in the context of web development?

A) Workflow automation A) To test the functionality of the website

B) Task simplification B) To make the web page more visually


appealing
C) Employee engagement
C) To enhance the user experience on the
D) Strategic planning website
47.In relation to web pages, what does D) To instruct the computer to perform
'PHP' stand for? specific tasks or calculations
A) Personal Homepage 51.Why is it important to design and
B) Packet Handling Protocol develop web pages that are user-friendly?

C) Public Hosting Provider A) To ensure that visitors can easily navigate


and use the website
D) Hypertext Preprocessor
B) To reduce the loading time of web pages
48.Which term refers to the process of on different devices
improving the visibility of a web page in
search engine results? C) To improve the website's search engine
rankings
A) Customer Relationship Management
(CRM) D) To prevent unauthorized access to
sensitive information
B) Search Engine Optimization (SEO)

C) Content Management System (CMS)

D) User Experience (UX) Design

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

52.What is the main purpose of business 55.What skillset is essential for a web
process automation in an ERP system? developer to design and develop web
pages?
A) To streamline and optimize repetitive
tasks and workflows A) Expertise in graphic design and
multimedia content creation
B) To enhance the security measures of the
ERP system B) Experience in project management and
database administration
C) To generate comprehensive reports for
decision making C) Strong knowledge of marketing strategies
and SEO techniques
D) To improve communication and
collaboration among employees D) Proficiency in programming languages,
HTML, CSS, and JavaScript
53.Which statement best describes ERP
(Enterprise Resource Planning)? 56.In web development, what is the
purpose of CSS (Cascading Style Sheets)?
A) An integrated software system that
manages core business processes A) To control the visual appearance and
layout of web pages
B) A design pattern commonly used in
website layouts B) To establish server-client communication
for real-time updates
C) A programming language used for web
development C) To store and organize data in a structured
manner
D) A methodology for optimizing business
automation processes D) To create dynamic and interactive
elements on web pages
54.What is the role of coding in business
process automation? 57.What is the primary focus of User
Interface (UI) design in web development?
A) To automate manual tasks and enable
efficient data processing A) To ensure the website is accessible and
user-friendly
B) To optimize resource planning and
allocation in an organization B) To optimize the website's speed and
responsiveness
C) To define and manage user roles and
permissions in an ERP system C) To create an intuitive and visually
appealing interaction between users and the
D) To create visually appealing interfaces for website
ERP systems
D) To improve the ranking of web pages in
search engine results

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

58.Why is it important to thoroughly test 61.Which programming language is


web pages before deploying them on the commonly used for server-side web
internet? development?

A) To ensure compatibility with all web A) HTML


browsers and devices
B) JavaScript
B) To protect sensitive data from
cybersecurity threats C) PHP

C) To improve the overall performance and D) Python


scalability of the website 62.What does ERP stand for in the context
D) To identify and fix any potential bugs or of business automation systems?
usability issues A) Enhanced Robotic Processing
59.What are the primary benefits of B) Electronic Records Preservation
implementing an ERP system in a
business? C) Efficient Resource Provisioning

A) Increased brand recognition and online D) Enterprise Resource Planning


visibility
63.What feature allows businesses to
B) Enhanced customer engagement and integrate various departments and
satisfaction functions in an ERP system?

C) Reduced maintenance and hardware costs A) Integration with external tools and third-
party applications
D) Improved operational efficiency,
streamlined processes, and centralized data B) Centralized data management and real-
management time data sharing

60.What is the difference between front- C) Data encryption and secure access control
end and back-end web development?
D) Automated financial reporting and
A) Front-end involves database management, forecasting
while back-end handles graphic design
64.When it comes to web development,
B) Front-end emphasizes performance what does UX stand for?
optimization, while back-end concentrates on
security A) Universal Execution

C) Front-end focuses on user-facing elements, B) User Interface


while back-end deals with server-side C) Uniformed XML
functionality
D) User Experience
D) Front-end is related to web design, while
back-end pertains to content creation

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

65.What is the term used to describe the 69.What is a software program that is
protection against unauthorized access to designed to disrupt, damage, or gain
computer systems or data? unauthorized access to computer systems?

A) Phishing A) Authentication

B) Cybersecurity B) Encryption

C) Encryption C) Malware

D) Malware D) Firewall

66.Which of the following is NOT a 70.Which of the following refers to the


common type of cyber attack? unauthorized copying, distribution, or use
of digital media such as software or music
A) Authentication without proper permission?
B) Phishing A) Denial of Service
C) Ransomware B) Spoofing
D) Denial of Service C) Piracy
67.What is the process through which data D) Ransomware
is made unreadable by encrypting it using
a specific code or key? 71.What is a forged or falsified email in
which the sender pretends to be from a
A) Encryption reputable source for malicious purposes?
B) Backdoor A) Cybersecurity
C) Firewall B) Hacking
D) Spoofing C) Backdoor
68.Which of the following refers to the D) Spoofing
practice of tricking individuals into
providing sensitive information such as 72.Which of the following is a preventive
passwords or credit card details? security measure designed to block
unauthorized access to a computer
A) Spyware network?
B) Phishing A) Malware
C) Hacking B) Encryption
D) Spyware C) Phishing

D) Firewall

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

73.What type of cyber attack involves 76.What is a form of cyber attack where an
crashing a computer network or service attacker requests a ransom in exchange
by overwhelming it with a flood of for decrypting and restoring access to
internet traffic? locked data?

A) Piracy A) Spoofing

B) Authentication B) Ransomware

C) Denial of Service C) Encryption

D) Ransomware D) Denial of Service

74.What is a secret pathway or program 77.Which of the following is a situation in


within a computer system that allows which a computer application or system
hackers to gain unauthorized access and seems to be functioning correctly while
control over the system? being used, but is actually performing
unauthorized tasks in the background?
A) Backdoor
A) Trojan horse
B) Spyware
B) Firewall
C) Firewall
C) Phishing
D) Authentication
D) Cybersecurity
75.Which of the following refers to the
process of searching and analyzing vast 78.What is the process of deliberately
amounts of data to uncover patterns, accessing, manipulating, or damaging
trends, and insights? someone's online reputation through false
information or rumors?
A) Malware
A) Cyber defamation
B) Ransomware
B) Piracy
C) Phishing
C) Malware
D) Data mining
D) Spoofing

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

79.Which of the following refers to 83.What does RCD stand for?


securing the physical devices (e.g., laptops,
smartphones) and physical spaces where A) Reactive Current Detector
data is stored to prevent unauthorized B) Residual Current Device
access?
C) Rapid Circuit Disconnect
A) Data mining
D) Responsibility Consideration Directorate
B) Backdoor
84.What is the purpose of a fuse?
C) Encryption
A) To prevent power surges
D) Physical security
B) To amplify electrical signals
80.What is the minimum distance
required between high voltage and low C) To regulate voltage output
voltage equipment?
D) To protect against excessive current
A) 5 meters
85.What safety precautions should be
B) 2 meters taken while working with electrical
appliances?
C) 4 meters
A) Wear metal jewelry
D) 3 meters
B) Avoid using gloves
81.Which of the following is the most
common cause of electrical fires? C) Have wet hands

A) Equipment malfunctions D) Use insulated tools

B) Improper grounding 86.What happens if an electrical wiring


circuit is not properly grounded?
C) Faulty wiring
A) Reduced electrical resistance
D) Overloaded circuits
B) Increased power supply
82.What is the function of an earth leakage
circuit breaker? C) Enhanced energy efficiency

A) To prevent power surges D) Risk of electric shock

B) To supply emergency backup power

C) To compensate for power fluctuations

D) To detect small current leakages

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

87.Which of the following should not be 91.What is the main purpose of protective
used for electrical wiring? devices in an electrical circuit?

A) Silver A) To prevent damage or injury from


electrical faults
B) Copper
B) To enhance the power output of the circuit
C) Aluminum
C) To regulate the flow of electricity
D) Gold
D) To increase the efficiency of electricity
88.What is the purpose of a surge usage
protector?
92.Which of the following is NOT a
A) To protect against voltage spikes function of a fuse in an electrical circuit?
B) To regulate current flow A) To control the voltage level
C) To extend battery life B) To interrupt the circuit during a fault
D) To reduce power consumption C) To protect against overcurrent
89.What safety measure should you take D) To provide a sacrificial element
before working on electrical circuits?
93.What type of circuit breaker uses air as
A) Ensure all circuit breakers are in 'on' the medium for arc extinction?
position
A) Magnetic circuit breaker
B) Switch off the main power supply
B) Thermal circuit breaker
C) Unplug only the specific equipment being
worked on C) Oil circuit breaker

D) Leave the power supply on for testing D) Air circuit breaker


purposes
94.Which of the following is used to
90.What is the purpose of bonding in extinguish the arc in a high-voltage
electrical installations? electrical circuit breaker?

A) To prevent electric shock A) Fuse links

B) To enhance electrical conductivity B) Special arc-extinguishing devices

C) To increase voltage levels C) Electromagnetic coils

D) To reduce power losses D) Thermal devices

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

95.In DC machines, armature reaction 98.In the context of electronic devices,


refers to the effect of ________. what does the acronym 'LED' stand for?

A) Field magnetic flux on armature current A) Low-end electronic device

B) Armature temperature on field current B) Liquid electrolyte dispenser

C) Armature voltage on field flux C) Light-emitting diode

D) Armature resistance on overall machine D) Longitudinal energy detector


efficiency
99.Which of the following is a
96.In a three-phase induction motor, the characteristic of digital signal processing?
stator winding is ________.
A) Single phase analysis
A) Rotating along with the rotor
B) Continuous representation of signals
B) Externally excited
C) Analog to digital conversion
C) Fixed and stationary
D) High-speed computation using algorithms
D) Directly connected to the power source
100.What is the primary purpose of a flip-
97.What happens when the negative flop circuit in digital electronics?
terminal of a battery is connected to the
positive terminal of another battery? A) To amplify analog signals

A) The batteries form a series connection B) To perform mathematical calculations

B) The batteries short-circuit C) To store one bit of binary information

C) The batteries repel each other D) To generate clock pulses

D) The batteries form a parallel connection

CONTACT FOR DCET CLASSES 9108841633


JNANAPEETA DCET ACADEMY MODEL QUESTION PAPER-2

MODEL QUESTION PAPER-2/KEY ANSWERS


1 B 21 B 41 C 61 C 81 C
2 A 22 D 42 B 62 D 82 D
3 D 23 C 43 C 63 B 83 B
4 A 24 B 44 A 64 D 84 D
5 A 25 A 45 A 65 B 85 D
6 B 26 C 46 A 66 A 86 D
7 C 27 A 47 D 67 A 87 C
8 D 28 B 48 B 68 B 88 A
9 A 29 C 49 D 69 C 89 B
10 B 30 D 50 D 70 C 90 A
11 A 31 B 51 A 71 D 91 A
12 A 32 B 52 A 72 D 92 A
13 C 33 D 53 A 73 C 93 D
14 B 34 A 54 A 74 A 94 B
15 C 35 D 55 D 75 D 95 A
16 A 36 C 56 A 76 B 96 C
17 C 37 D 57 C 77 A 97 D
18 A 38 C 58 D 78 A 98 C
19 C 39 D 59 D 79 D 99 D
20 A 40 C 60 C 80 D 100 C

CONTACT FOR DCET CLASSES 9108841633

You might also like