CCC+ MOST QUESTIONS | CCC PLUS MOST QUESTIONS | CCC MOST QUESTIONS | CCC | CCC+
CCC+ MOST QUESTIONS | CCC PLUS MOST QUESTIONS | CCC MOST QUESTIONS
हेलो स्टूडेंट्स आमेरिया कंप्यूटर सेंटर झोटवाड़ा (Youtube channel @ameriaonlineeducation4151 आपके लिए सीसीसी+ और सीसीसी स्टूडेंट्स हम आपके स्लैबस के अनुसार मोस्ट क्वेश्चन एंड आंसर लाये है जैसे आपको पता है सीसीसी और सीसीसी+ का एग्जाम प्रतिमाह होता है और सीसीसी+ में केवल दो चैप्टर ही एक्स्ट्रा है अभी इसका स्लैबस के अनुसार हम पार्ट १ लाये है फिर पार्ट २ और थ्री १ दो दिन में अपलोड कर देंगे और ये क्वेश्चन हिंदी में भी अपलोड करेंगे और एक दो दिन में हम लिब्रे ऑफिस को ऑनलाइन प्रैक्टिकल क्लास शुरू करेंगे जिससे अप्पको ऑफिस और लिब्रे ऑफिस की शॉर्टकट्स में क्या अंतर है वो प्रैक्टिकल क्लास जो ऑनलाइन होगी उसी से पता चलेगा हमारा यूट्यूब चैनल है जिसे आप सब्सक्राइब कर ले @ameriaonlineeducation4151
CHAPTER
1 Introduction to Computer & Basic Concept (MOST QUESTIONS With True False
)
What
does RAM stand for?
a) Readable
Access Memory
b) Random Access Memory
c) Readily
Available Memory
d) Read-Only
Memory
Answer: b)
Random Access Memory
Which
of the following is a primary input device?
a) Printer
b) Scanner
c) Monitor
d) Speaker
Answer: b)
Scanner
What
unit is used to measure the speed of a processor?
a) Gigahertz (GHz)
b) Megabytes
(MB)
c) Kilobytes
(KB)
d) Terabytes
(TB)
Answer: a)
Gigahertz (GHz)
Which
programming language is often used for web development?
a) Java
b) C++
c) HTML
d) Pascal
Answer: c)
HTML
What
is the purpose of an operating system?
a) Manage hardware resources
b) Create
documents
c) Provide
internet connectivity
d) None of the
above
Answer: a)
Manage hardware resources
What
does USB stand for?
a) United
Serial Bus
b) Universal Serial Bus
c) Ultra Speed
Bus
d) Unified
Serial Bus
Answer: b)
Universal Serial Bus
Which
of the following is a secondary storage device?
a) RAM
b) Hard Disk Drive (HDD)
c) CPU
d) Cache
Memory
Answer: b)
Hard Disk Drive (HDD)
What
does LAN stand for?
a) Large Area
Network
b) Local Area Network
c)
Longitudinal Access Network
d) Limited
Access Network
Answer: b)
Local Area Network
Which
of the following is an example of a high-level programming language?
a) Assembly
language
b) Machine
language
c) Python
d) Binary code
Answer: c)
Python
What
does CPU mainly do in a computer system?
a) Stores data
b) Executes instructions
c) Displays
output
d) Manages input
devices
Answer: b)
Executes instructions
What
does CPU stand for?
Central Processing Unit
Which
of the following is not a type of computer memory?
CPU
What
is the binary equivalent of the decimal number 10?
1010
Which
component of the computer is responsible for storing data long-term?
Hard Drive
Which
of the following is an input device?
Keyboard
What
does the acronym GUI stand for?
Graphical User Interface
Which
programming language is known for its simplicity and readability?
Python
Which
of the following is not a type of network?
USB
What
does HTML stand for?
Hyper Text Markup Language
What
is the smallest unit of data in a computer?
a) Bit
True
or False:
1. RAM is a type of permanent
storage. False
2. An operating system is not
necessary for a computer to function. False
3. HTML is a programming language used for
creating web pages. True)
4. CPU stands for Central Power
Unit. False
5. A scanner is considered an
output device. False
6. LAN stands for Local Access Network.
False)
7. Binary code is the only
language that a computer understands. True
8. Python is a low-level
programming language. False
9. Cache memory is slower than
RAM. False
10. USB stands for Universal
Serial Bus. True
CHAPTER
-2 Operating System
Which
of the following is not an operating system?
a) Windows
b) Linux
c) Microsoft Office
d) macOS
Answer: c)
Microsoft Office
What
is the main purpose of an operating system?
a) Running
applications
b) Managing hardware resources
c) Creating
documents
d) Playing
multimedia files
Answer: b)
Managing hardware resources
Which
component of the operating system manages memory allocation?
a) Kernel
b) File system
c) Device
drivers
d) Scheduler
Answer: a)
Kernel
What
does GUI stand for?
a) Graphical User Interface
b) General Use
Interaction
c) Graphic
Utility Interface
d) Global User
Interface
Answer: a)
Graphical User Interface
Which
scheduling algorithm gives priority to the processes with the shortest
estimated run time?
a) Round Robin
b) Shortest Job First (SJF)
c) First Come
First Serve (FCFS)
d) Priority
Scheduling
Answer: b)
Shortest Job First (SJF)
What
is virtual memory?
a) Memory
allocated for virtual machines
b) Memory
allocated for kernel operations
c) Memory extension by using disk space
d) Memory
dedicated to system processes
Answer: c)
Memory extension by using disk space
Which
file system is commonly used in Windows operating systems?
a) NTFS
b) EXT4
c) HFS+
d) FAT32
Answer: a)
NTFS
What
is the purpose of a device driver?
a) To manage
memory allocation
b) To interface with hardware devices
c) To provide
user authentication
d) To manage
file systems
Answer: b) To
interface with hardware devices
Which
command is used to shut down a Linux system?
a) shutdown -r
b) poweroff
c) halt
d) All of the above
Answer: d) All
of the above
What
does RAID stand for?
a) Redundant Array of Independent Disks
b) Random
Access Integrated Data
c) Rapid
Application Interface Design
d) Remote
Access and Intrusion Detection
Answer: a)
Redundant Array of Independent Disks
Which
of the following is not a layer of the OSI model?
a) Application
layer
b) System layer
c) Data link
layer
d) Physical
layer
Answer: b)
System layer
Which
command is used to change permissions of a file in Unix-like operating systems?
a) chmod
b) chown
c) chgrp
d) perm
Answer: a)
chmod
What
is the purpose of the 'grep' command in Unix-like operating systems?
a) Display
disk usage
b) Search for patterns in files
c) Display
system information
d) List all
running processes
Answer: b)
Search for patterns in files
Which
of the following is not a type of operating system?
a) Real-time
operating system
b) Batch
processing operating system
c) Distributed
operating system
d) Offline operating system
Answer: d)
Offline operating system
What
does BIOS stand for?
a) Basic Input/Output System
b) Binary
Input/Output System
c) Basic
Integrated Operating System
d) Binary
Integrated Operating System
Answer: a)
Basic Input/Output System
Which
of the following is not an example of a network operating system?
a) Windows
Server
b) Linux
c) macOS
d) Cisco IOS
Answer: c)
macOS
What
is the purpose of the 'ls' command in Unix-like operating systems?
a) List files and directories
b) Display
system uptime
c) List all
users
d) Display
system load
Answer: a)
List files and directories
Which
of the following is a feature of a multiprogramming operating system?
a) Allows
multiple users to access the system simultaneously
b) Allows multiple programs to run
concurrently
c) Manages
resources for a single user
d) All of the
above
Answer: b)
Allows multiple programs to run concurrently
Which
file system is commonly used in macOS?
a) NTFS
b) EXT4
c) HFS+
d) FAT32
Answer: c)
HFS+
Which
command is used to display the current directory in Unix-like operating
systems?
a) dir
b) pwd
c) cd
d) ls
Answer: b) pwd
MOST TRUE AND FALSE
1. An operating
system is not necessary for a computer to function. False (Answer:
False)
2. UNIX is an
example of a single-user operating system. False (Answer: False)
3. The kernel is
the central component of an operating system that manages hardware resources. True (Answer:
True)
4. Windows and
macOS are examples of open-source operating systems. False (Answer:
False)
5. Device drivers
are not required in an operating system. False (Answer: False)
6. Virtual memory
allows a computer to execute programs larger than its physical memory. True (Answer:
True)
7. A real-time
operating system is not suitable for applications that require precise timing. False (Answer:
False)
8. Command-line
interfaces are more user-friendly than graphical user interfaces (GUIs). False (Answer:
False)
9. The FAT32 file
system supports file sizes larger than 4 GB. False (Answer: False)
10.
Linux is an example of a monolithic kernel operating
system. True (Answer: True)
CHAPTER 3 "Word Processing with LibreOffice" topic:
Which
of the following is a word processing software similar to Microsoft Word?
a) LibreOffice Writer
b) LibreOffice
Calc
c) LibreOffice
Impress
d) LibreOffice
Base
Answer: a)
LibreOffice Writer
Which
menu option is used to change the font style in LibreOffice Writer?
a) Format
b) Tools
c) Insert
d) View
Answer: a)
Format
Which
file format is native to LibreOffice Writer?
a) .docx
b) .xlsx
c) .odt
d) .pptx
Answer: c)
.odt
What
is the purpose of the 'Styles and Formatting' window in LibreOffice Writer?
a) To insert
images into the document
b) To apply predefined styles to text
c) To check
spelling and grammar
d) To create
tables in the document
Answer: b) To
apply predefined styles to text
Which
feature in LibreOffice Writer allows you to track changes made to a document?
a) Track Changes
b) Version
Control
c) Comments
d) Revision
History
Answer: a)
Track Changes
Which
toolbar in LibreOffice Writer contains options for formatting text?
a) Standard
Toolbar
b) Formatting Toolbar
c) Insert
Toolbar
d) Reviewing
Toolbar
Answer: b)
Formatting Toolbar
Which
of the following is not a way to save a document in LibreOffice Writer?
a) Save As
b) Export as
PDF
c) Save and Print
d) Save
Answer: c)
Save and Print
What
is the function of the 'Mail Merge' feature in LibreOffice Writer?
a) To merge
multiple documents into one
b) To send the
document as an email attachment
c) To create personalized letters or
emails
d) To save the
document in a specific format
Answer: c) To
create personalized letters or emails
Which
menu option is used to insert a table into a document in LibreOffice Writer?
a) Insert
b) Format
c) Tools
d) View
Answer: a)
Insert
Which
of the following is not a supported operating system for LibreOffice Writer?
a) Windows
b) macOS
c) Linux
d) Android
Answer: d)
Android
Chapter 4
Here are ten
multiple-choice questions (MCQs) with answers for a "Spreadsheets with LibreOffice
Calc" topic:
Which
of the following is a spreadsheet software similar to Microsoft Excel?
a) LibreOffice
Writer
b) LibreOffice
Impress
c) LibreOffice Calc
d) LibreOffice
Base
Answer: c)
LibreOffice Calc
What
is the function of a cell in LibreOffice Calc?
a) To store
data
b) To perform
calculations
c) Both a and b
d) None of the
above
Answer: c)
Both a and b
Which
key is used to start a formula in a cell in LibreOffice Calc?
a) F2
b) Enter
c) Equals (=)
d) Tab
Answer: c)
Equals (=)
Which
of the following is not a valid cell reference in LibreOffice Calc?
a) A1
b) R2C3
c) $B$4
d) 3F
Answer: d) 3F
What
is the purpose of the 'AutoSum' function in LibreOffice Calc?
a) To find the
average of selected cells
b) To find the
maximum value in selected cells
c) To perform addition on selected
cells
d) To find the
median of selected cells
Answer: c) To
perform addition on selected cells
Which
function can be used to count the number of cells with numerical values in a
range?
a) SUM
b) COUNT
c) AVERAGE
d) MAX
Answer: b)
COUNT
What
does the '$' symbol indicate in a cell reference in LibreOffice Calc?
a) It
represents a relative reference
b) It represents an absolute reference
c) It
indicates a circular reference
d) It
indicates a range reference
Answer: b) It
represents an absolute reference
Which
of the following is not a valid chart type in LibreOffice Calc?
a) Bar Chart
b) Line Chart
c) Pie Chart
d) Text Chart
Answer: d)
Text Chart
What
is the purpose of conditional formatting in LibreOffice Calc?
a) To apply formatting based on
specific conditions
b) To
automatically correct errors in the spreadsheet
c) To insert
charts and graphs into the spreadsheet
d) To create
formulas in the spreadsheet
Answer: a) To
apply formatting based on specific conditions
Which
menu option is used to freeze panes in LibreOffice Calc?
a) Format
b) View
c) Insert
d) Data
Answer: b)
View
MOST TRUE AND FALSE
LibreOffice
is a proprietary software.
False (Answer: False)
LibreOffice
Writer is a spreadsheet application.
False (Answer: False)
LibreOffice
Calc is primarily used for word processing.
False (Answer: False)
LibreOffice
Impress is a presentation software.
True (Answer: True)
True
or False: LibreOffice Base is a database management system.
True (Answer: True)
LibreOffice
is compatible only with Windows operating systems.
False (Answer: False)
LibreOffice
Calc can only handle simple mathematical calculations.
False (Answer: False)
LibreOffice
Writer supports the creation of tables.
True (Answer: True)
LibreOffice
Impress allows for the insertion of audio and video elements into
presentations.
True (Answer: True)
LibreOffice
is developed and maintained by the Apache Software Foundation.
False (Answer: False)
LibreOffice
documents can only be saved in proprietary formats.
False (Answer: False)
LibreOffice
Draw is a vector graphics editor.
True (Answer: True)
LibreOffice
is available for free to download and use.
True (Answer: True)
LibreOffice
Calc can import data from external databases.
True (Answer: True)
LibreOffice
supports the use of macros for automation tasks.
True (Answer: True)
LibreOffice
includes a built-in PDF editor.
True (Answer: True)
LibreOffice
can only be used online through a web browser.
False (Answer: False)
LibreOffice
Writer does not support spell checking.
False (Answer: False)
LibreOffice
Draw allows for the creation of complex diagrams and flowcharts.
True (Answer: True)
LibreOffice
is open-source software licensed under the Mozilla Public License (MPL).
True (Answer: True)
Comments
Post a Comment