SlideShare uma empresa Scribd logo
1 de 11
Baixar para ler offline
1) What are the major functions of a computer?
Computer:
Meaning:
Computer is a electronic device. Computer is a designed to automatically accept and store input
data manipulates them and produces out put through step-by-step instructions which is stored in
a program.
Functions of a computer:
1 . Input:
Enter Data into machine through input devices i.e key board, mouse etc.,
2. Processing:
Manipulate Data or the data is process using the device called processer.
3. Output
"View" Processed Data through output devices i.e monitor, printer etc.,

4 Storage:
Store Data or the output can be saved the computer memory like hard disk.
There are two types of storage devices are available. There are as follow as below:
1. Primary storage
2. Secondary storage
2) What is a DOS directory? How it is maintained?
DOS directory:
Meaning:
The dir command allows you to see the available files in the current and/or parent
directories.
Availability
The dir command is an internal command and is available in the below Microsoft operating
systems.
Displays a list of files and subdirectories in a directory.
Syntax:
DIR [drive:][path][filename]
Explain:
Drive - Specifies drive
Path – directory
File name - and/or files to list. (Could be enhanced file specification or multiple filespecs.)
3) How can you display the taskbar properties?
Meaning:
Task bar is a gray bar at the bottom edge of the desk top. The button and icons in the task
bar are always available. The main purpose of task bar is to enable the user to launch programs
quickly. The figure given below shows the taskbar.
One of the taskbar is the start button and on the others end of the system tray. Between
the start button and the system tray, one or more tool bar and program tool bar are available.
Diagram:

4) What is the use of Thesaurus?
Meaning:
A thesaurus is a dictionary of synonyms; that is, words that have similar meanings (for
example: correct, accurate, and exact). Sometimes it gives you antonyms (words with
opposite meanings) as well.
Use of Thesaurus:
To find the words you need to express yourself more effectively and more
interestingly
To avoid repeating the same words monotonously
To avoid clichés (overused expressions)
To recall the word that is on the tip of your tongue
To find the word that suits the genre (type of writing eg: a letter), purpose,
intended audience and context of what you are writing.
In different situations, the same idea might be most effectively expressed by a different
word. A thesaurus helps you make the right choice.

5) How can you use ruler to set indents?
The indent markers on the horizontal ruler show how the current paragraph is indented.
When more than one paragraph is selected, some of the markers may appear dimmed. This
indicates that the indent settings differ among the selected paragraphs. The horizontal ruler
shows the indent settings for the first paragraph in the selection.
The final two options on the tab selector are actually for indents. You can click these and
then click the ruler to position the indents, rather than sliding the indent markers along the ruler.
Click First Line Indent
, and then click the upper half of the horizontal ruler where you
want the first line of a paragraph to begin. Click Hanging Indent
, and then click the lower
half of the horizontal ruler where you want the second and all following lines of a paragraph to
begin.
6) What are the header and footer?
Header and footers are typically used in printed documents.
Header:
Header text will appear at the top of the page.. You can create headers that include text or
graphics - for example, page numbers, the date, a company logo, the document’s title of file
name, or the author’s name – that are usually printed at the top of the page in a document.
Header means text will appear at the top of the page.
Footer:
Footer text will appear at the bottom of the page. You can create headers that include text
or graphics - for example, page numbers, the date, a company logo, the document’s title of file
name, or the author’s name – that are usually printed at the top of the page in a document.
Header means text will appear at the top of the page.
7) Classify the languages and explain?
Languages
Language is defined as a means of communication. Computer language provides a
communication between man and the machine. The language is in the form of instructions
named as program. There are three types of languages used in writing programs. They are
1. Low Level Language or Machine Language
2. Assembly Language
3. High Level Language
Low Level Language:
The language known to the computer is called low level language. So low level language
is defined as a set of instructions written with 0’s and 1’s only.
Advantages:
1. Translation not needed.
2. Execution speed is high. Because CPU directly understood the instructions.
Disadvantages:
1.
2.
3.
4.

Very difficult to program.
It is very difficult to understand.
Machine language varies from machine to machine
Error correction is very difficult.

Assembly Language:
Assembly language is a language which uses mnemonic codes (symbolic codes). In this
instructions are written in codes instead of 0’s and 1’s.
Example:
ADD

- Addition

Add A,B

- A = A+B

SUB

- Subtraction

MOV

- move a field
Advantages:
1. It is very easy to understand
2. Modification is easy.
Disadvantages:
1. it is machine dependent.
2. Very difficult to program.
3. It needs transaltion.
High Level Language:
A high language is a language which has meaningful words and statements. So ordinary
person can easily understand and write programs. It resembles English language.
Advantages:
1. Very easy to program.
2. Machine independent.
3. Error correction is easy.
Disadvantages:
1. Execution time is high.
2. It needs translation.

8) Describe the functions of any four external commands in DOS?
External Commands:
An external command in MS-DOS is one that is not built into the command interpreter
(COMMAND.COM) but rather is launched by running a different program. For instance, EDIT
is an external command, while ECHO is not.
External Commands
DISKCOPY
Makes an exact copy of a diskette.
Syntax
DISKCOPY [d:] [d:]
FORMAT
Formats a disk to accept DOS files.
Syntax
FORMAT d:
LABEL
Creates or changes or deletes a volume label for a disk.
Syntax
LABEL [d:][volume label]
RESTORE
Restores to standard disk storage format files previously stored using the BACKUP
command.
Syntax
RESTORE d:[d:][path]filename
Backup
Makes a backup copy of one or more files.
Syntax:
BACKUP [d:][path][filename]
9) Explain how can you cut, paste and rename a file?
Cut:
Cutting text removes the text so you can move it to another part of your document.
Step: 1
You have a block of the text or select the text from the document.
Step: 2
To cut the text, you can do any of the following:
1. Choose Edit – Cut (or)
2. Press Ctrl + X (or)
3. Click the Cut button on the standard toolbar. (or)
4. Click right mouse button and choose cut from the pop-up menu.
Copy:
Copy text lets you keep the original text in its current location but paste a copy of that text in
another part of your document.
Step: 1
You have a block of the text or select the text from the document.
Step: 2
To copy the text, you can do any of the following:
1.
2.
3.
4.

Choose Edit – Copy (or)
Press Ctrl + C (or)
Click the Copy button on the standard toolbar. (or)
Click right mouse button and choose copy from the pop-up menu.

Paste:
Inserts the contents of the clipboard at the insertion point, and replaces any selection.
This command is available only if you have cut or copied and object, text, or contents of a cell.
Choose the paste command in one of the following ways:
1.
2.
3.
4.

Choose Edit – Paste (or)
Press Ctrl + V (or)
Click the Paste button on the standard toolbar. (or)
Click right mouse button and choose Paste from the pop-up menu.

Rename a file:
The following steps are followed for renaming files and folders.
1. Select the file or folder to be renamed.
2. From the selected file or folder right click the mouse button. It displays the pull down
menu. From this select rename option.
3. Now type the new name over the old name and press enter key.
10) What are the different ways to create a document? Explain each.
To create a new document based on the default template (Blank Document). By using
various method. There are as follow as below:
Way 1:
Click the new blank document icon on the standard tool bar. Word will open a new
document named Document1, Document2, Document 3, and so on.
Way 2:
Choose File – New
Word will display the new dialog box.
Way 3:
By using shortcut key – Ctrl + N
Word will open a new document named document.
12) Describe the different ways in which a document can be viewed.
We can view the documents with the followings:
1. Normal Views
2. Web Layout View
3. Outline View
4. Print Preview
5. Full Screen View
Normal Views:
Under Normal View, you can display a single page with simple text formatting but
without any drawings, comments or columns.
This view is useful for quickly entering text and for simple and basic text editing purposes.
On the View menu, Click Normal View

Web Layout View:
In Web Layout View, MS Word displays page width, format and text position as it would
appear on the web.
This view is useful for testing a page under a simulated web environment. This view would be
especially useful when you are using MS Word for developing web page layout.
On the View menu, Click Web Layout View

Outline View
In Outline View, MS Word displays the headings and sub-headings providing an easy way to
plan and organize the document.
This view is used for structuring the content of the document at a broad level and arranging the
document in various sections and sub-sections.
On the View menu, Click Outline View

Print Layout View
Under MS Word Document Views, Print Layout View is the most frequently used layout.
This view is useful for ensuring that what-you-see-on-screen is what-you-get-in-print . This view
is also used as a proofing method before it is sent to the printer .
On the View menu, Click Print Layout View
Full Screen View
To display as much of your document as possible on the screen, you can switch to full
screen mode. In this mode, word removes distracting screen elements, such as tool bar and scroll
bars.
On the View menu, Click Full Screen.

13) Describe the features of windows operating system. Also compare with DOS.
Operating system:
An operating system (OS) is a program that allows you to interact with the computer -- all of the
software and hardware on your computer.
Basically, there are two ways.



With a command-line operating system (e.g., DOS), you type a text command and the
computer responds according to that command.
With a graphical user interface (GUI) operating system (e.g., Windows), you interact with the
computer through a graphical interface with pictures and buttons by using the mouse and
keyboard.
Features of Windows operating system:
1. Windows performs DOS related tasks such as creating directories, copying files,
deleting files etc.,
2. Windows provides multitasking facility. The user can have more than one
application programs active in separate windows.
3. Clipboard facility helps us to copy documents between different applications. For
example between paint and word.
4. It provides a facility to join different application programs.
5. Write facility helps word processing.
6. Paint brush facility helps drawing pictures. Etc.,
Windows operating system Vs. DOS:

S.NO

DOS Operating systems

Windows Operating systems

1. Windows used GUI (graphical user
interface).

1.

DOS uses CLI (command line
interface).

2.

DOS does not support
networking.

Supports Networking.

3.

DOS is a single user Operating
System.

Windows is Multiuser Operating System.

4.

DOS is a single tasking Operating
System.

Windows is Multitasking Operating System.

5.

DOS is a single threading
Operating System.

Windows is a Multithreading Operating
System.
6.

DOS supports 2 GB of maximum
partition size.

Windows supports 2 TB or more.

7.

DOS uses FAT 16 file system.

Windows uses FAT 32.

8.

Server administration is not
possible in DOS

Server administration is possible in windows
operating system.

9.

DOS is the system that runs the
PC.

Windows was created as a GUI (graphical
user interface) making the running of the
computer much easier and safer.

10.

DOS operating system used by
very few people.

Windows Operating System is used by
majority of the people in the world.

These are the difference between windows operation and DOS operation.

Mais conteúdo relacionado

Mais procurados

Microsoft Office Word Introduction Complete
Microsoft Office Word  Introduction CompleteMicrosoft Office Word  Introduction Complete
Microsoft Office Word Introduction CompleteRaj vardhan
 
Microsoft word-getting-started-basics
Microsoft word-getting-started-basicsMicrosoft word-getting-started-basics
Microsoft word-getting-started-basicsPraveen Sudarsan
 
Manual of functions step by step microsoft word 2007
Manual of functions step by step microsoft word 2007Manual of functions step by step microsoft word 2007
Manual of functions step by step microsoft word 2007menteabiertaz4
 
Soft skills (ICT) part2
Soft skills (ICT) part2Soft skills (ICT) part2
Soft skills (ICT) part2balvant1973
 
"Bba (III year)osmania university it project report"
"Bba (III year)osmania university it project report""Bba (III year)osmania university it project report"
"Bba (III year)osmania university it project report"isagargandhi
 
Microsoft Word Home tab Presentation
Microsoft Word Home tab PresentationMicrosoft Word Home tab Presentation
Microsoft Word Home tab PresentationTanveer Ahmed
 
MS Word for Beginners
MS Word for BeginnersMS Word for Beginners
MS Word for BeginnersBlair Torres
 
Microsoft word basics
Microsoft word basicsMicrosoft word basics
Microsoft word basicsSaroj Gautam
 
Welcome to word template
Welcome to word templateWelcome to word template
Welcome to word templateInRai1
 
Introduction to ms word
Introduction to ms wordIntroduction to ms word
Introduction to ms wordigwennabuike
 

Mais procurados (20)

Microsoft Office Word Introduction Complete
Microsoft Office Word  Introduction CompleteMicrosoft Office Word  Introduction Complete
Microsoft Office Word Introduction Complete
 
Parts Of M S Word
Parts Of  M S  WordParts Of  M S  Word
Parts Of M S Word
 
Microsoft word-getting-started-basics
Microsoft word-getting-started-basicsMicrosoft word-getting-started-basics
Microsoft word-getting-started-basics
 
Comp Ppt
Comp PptComp Ppt
Comp Ppt
 
Manual of functions step by step microsoft word 2007
Manual of functions step by step microsoft word 2007Manual of functions step by step microsoft word 2007
Manual of functions step by step microsoft word 2007
 
Soft skills (ICT) part2
Soft skills (ICT) part2Soft skills (ICT) part2
Soft skills (ICT) part2
 
Libre Office Writer Lesson 5: Mail Merge
Libre Office Writer Lesson 5: Mail MergeLibre Office Writer Lesson 5: Mail Merge
Libre Office Writer Lesson 5: Mail Merge
 
"Bba (III year)osmania university it project report"
"Bba (III year)osmania university it project report""Bba (III year)osmania university it project report"
"Bba (III year)osmania university it project report"
 
Ms word 2010 by sachin sharma
Ms word 2010 by sachin sharmaMs word 2010 by sachin sharma
Ms word 2010 by sachin sharma
 
Microsoft Word Home tab Presentation
Microsoft Word Home tab PresentationMicrosoft Word Home tab Presentation
Microsoft Word Home tab Presentation
 
MS Word for Beginners
MS Word for BeginnersMS Word for Beginners
MS Word for Beginners
 
Microsoft word basics
Microsoft word basicsMicrosoft word basics
Microsoft word basics
 
Word processing
Word processingWord processing
Word processing
 
Welcome to word template
Welcome to word templateWelcome to word template
Welcome to word template
 
Microsoft Word intermediate
Microsoft Word intermediateMicrosoft Word intermediate
Microsoft Word intermediate
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
APA & microsoft word
APA & microsoft wordAPA & microsoft word
APA & microsoft word
 
Introduction to ms word
Introduction to ms wordIntroduction to ms word
Introduction to ms word
 
Notepad
NotepadNotepad
Notepad
 
Word processing
Word processingWord processing
Word processing
 

Semelhante a I B.Sc CS questions & answers

Microsoft Word Basics2.pptx
Microsoft Word Basics2.pptxMicrosoft Word Basics2.pptx
Microsoft Word Basics2.pptxSAStudio2
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.pptJunaidRamzan4
 
Understanding microsoftword 2016 basics tutorial
Understanding microsoftword 2016 basics tutorialUnderstanding microsoftword 2016 basics tutorial
Understanding microsoftword 2016 basics tutorialbuildafricacompany
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.pptAihamAltayeh1
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.pptnithyanithi45
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.pptSabrenaFenna2
 
Microsoft%20Word%20Basics23.pptx
Microsoft%20Word%20Basics23.pptxMicrosoft%20Word%20Basics23.pptx
Microsoft%20Word%20Basics23.pptxLeanTamsi1
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.pptheybitch2
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.pptpralayroy2
 
Microsoft-word-Practical work.ppt
Microsoft-word-Practical work.pptMicrosoft-word-Practical work.ppt
Microsoft-word-Practical work.pptTanzeelaBashir1
 
Microsoft Word Basics2.pptGJVWFHEHBHBRBG
Microsoft Word Basics2.pptGJVWFHEHBHBRBGMicrosoft Word Basics2.pptGJVWFHEHBHBRBG
Microsoft Word Basics2.pptGJVWFHEHBHBRBGdaksharyapersonal
 
Computer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft wordComputer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft wordAdesina Esther Tolulope
 
Computer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft wordComputer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft wordOnasanya2014
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.pptNanOo7
 

Semelhante a I B.Sc CS questions & answers (20)

Word processing
Word processingWord processing
Word processing
 
Microsoft Word Basics2.pptx
Microsoft Word Basics2.pptxMicrosoft Word Basics2.pptx
Microsoft Word Basics2.pptx
 
Microsoft Word PPT.pdf
Microsoft Word PPT.pdfMicrosoft Word PPT.pdf
Microsoft Word PPT.pdf
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.ppt
 
Understanding microsoftword 2016 basics tutorial
Understanding microsoftword 2016 basics tutorialUnderstanding microsoftword 2016 basics tutorial
Understanding microsoftword 2016 basics tutorial
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.ppt
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.ppt
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.ppt
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.ppt
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.ppt
 
Microsoft%20Word%20Basics23.pptx
Microsoft%20Word%20Basics23.pptxMicrosoft%20Word%20Basics23.pptx
Microsoft%20Word%20Basics23.pptx
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.ppt
 
Microsoft word basics2
Microsoft word basics2Microsoft word basics2
Microsoft word basics2
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.ppt
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.ppt
 
Microsoft-word-Practical work.ppt
Microsoft-word-Practical work.pptMicrosoft-word-Practical work.ppt
Microsoft-word-Practical work.ppt
 
Microsoft Word Basics2.pptGJVWFHEHBHBRBG
Microsoft Word Basics2.pptGJVWFHEHBHBRBGMicrosoft Word Basics2.pptGJVWFHEHBHBRBG
Microsoft Word Basics2.pptGJVWFHEHBHBRBG
 
Computer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft wordComputer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft word
 
Computer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft wordComputer software application with specific reference to Microsoft word
Computer software application with specific reference to Microsoft word
 
Microsoft Word Basics2.ppt
Microsoft Word Basics2.pptMicrosoft Word Basics2.ppt
Microsoft Word Basics2.ppt
 

Mais de Hepsijeba

MIS Q & A for III B.Sc C & HA
MIS Q & A for III B.Sc C & HAMIS Q & A for III B.Sc C & HA
MIS Q & A for III B.Sc C & HAHepsijeba
 
II B.sc 2011
II B.sc 2011II B.sc 2011
II B.sc 2011Hepsijeba
 
I B.Sc C & HA - Basics of CS
I B.Sc C & HA - Basics of CSI B.Sc C & HA - Basics of CS
I B.Sc C & HA - Basics of CSHepsijeba
 
II B.Sc Computer Applications Q & A
II B.Sc Computer Applications Q & AII B.Sc Computer Applications Q & A
II B.Sc Computer Applications Q & AHepsijeba
 
Ms office 2003
Ms office 2003Ms office 2003
Ms office 2003Hepsijeba
 
MIS Notes - III B.Sc C & HA
MIS Notes - III B.Sc C & HAMIS Notes - III B.Sc C & HA
MIS Notes - III B.Sc C & HAHepsijeba
 
Unit III - Basics of Computer Science
Unit III - Basics of Computer ScienceUnit III - Basics of Computer Science
Unit III - Basics of Computer ScienceHepsijeba
 
Unit II - MS DOS Commands
Unit II - MS DOS CommandsUnit II - MS DOS Commands
Unit II - MS DOS CommandsHepsijeba
 
Unit i (part2) b.sc
Unit i (part2)   b.scUnit i (part2)   b.sc
Unit i (part2) b.scHepsijeba
 
Unit i (part1) b.sc
Unit i (part1)  b.scUnit i (part1)  b.sc
Unit i (part1) b.scHepsijeba
 

Mais de Hepsijeba (11)

MIS Q & A for III B.Sc C & HA
MIS Q & A for III B.Sc C & HAMIS Q & A for III B.Sc C & HA
MIS Q & A for III B.Sc C & HA
 
II B.sc 2011
II B.sc 2011II B.sc 2011
II B.sc 2011
 
I B.Sc C & HA - Basics of CS
I B.Sc C & HA - Basics of CSI B.Sc C & HA - Basics of CS
I B.Sc C & HA - Basics of CS
 
II B.Sc Computer Applications Q & A
II B.Sc Computer Applications Q & AII B.Sc Computer Applications Q & A
II B.Sc Computer Applications Q & A
 
Lan vs Man
Lan vs ManLan vs Man
Lan vs Man
 
Ms office 2003
Ms office 2003Ms office 2003
Ms office 2003
 
MIS Notes - III B.Sc C & HA
MIS Notes - III B.Sc C & HAMIS Notes - III B.Sc C & HA
MIS Notes - III B.Sc C & HA
 
Unit III - Basics of Computer Science
Unit III - Basics of Computer ScienceUnit III - Basics of Computer Science
Unit III - Basics of Computer Science
 
Unit II - MS DOS Commands
Unit II - MS DOS CommandsUnit II - MS DOS Commands
Unit II - MS DOS Commands
 
Unit i (part2) b.sc
Unit i (part2)   b.scUnit i (part2)   b.sc
Unit i (part2) b.sc
 
Unit i (part1) b.sc
Unit i (part1)  b.scUnit i (part1)  b.sc
Unit i (part1) b.sc
 

Último

4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleCeline George
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 

Último (20)

4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP Module
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 

I B.Sc CS questions & answers

  • 1. 1) What are the major functions of a computer? Computer: Meaning: Computer is a electronic device. Computer is a designed to automatically accept and store input data manipulates them and produces out put through step-by-step instructions which is stored in a program. Functions of a computer: 1 . Input: Enter Data into machine through input devices i.e key board, mouse etc., 2. Processing: Manipulate Data or the data is process using the device called processer. 3. Output "View" Processed Data through output devices i.e monitor, printer etc., 4 Storage: Store Data or the output can be saved the computer memory like hard disk. There are two types of storage devices are available. There are as follow as below: 1. Primary storage 2. Secondary storage 2) What is a DOS directory? How it is maintained? DOS directory: Meaning: The dir command allows you to see the available files in the current and/or parent directories. Availability The dir command is an internal command and is available in the below Microsoft operating systems.
  • 2. Displays a list of files and subdirectories in a directory. Syntax: DIR [drive:][path][filename] Explain: Drive - Specifies drive Path – directory File name - and/or files to list. (Could be enhanced file specification or multiple filespecs.) 3) How can you display the taskbar properties? Meaning: Task bar is a gray bar at the bottom edge of the desk top. The button and icons in the task bar are always available. The main purpose of task bar is to enable the user to launch programs quickly. The figure given below shows the taskbar. One of the taskbar is the start button and on the others end of the system tray. Between the start button and the system tray, one or more tool bar and program tool bar are available. Diagram: 4) What is the use of Thesaurus? Meaning: A thesaurus is a dictionary of synonyms; that is, words that have similar meanings (for example: correct, accurate, and exact). Sometimes it gives you antonyms (words with opposite meanings) as well. Use of Thesaurus: To find the words you need to express yourself more effectively and more interestingly
  • 3. To avoid repeating the same words monotonously To avoid clichés (overused expressions) To recall the word that is on the tip of your tongue To find the word that suits the genre (type of writing eg: a letter), purpose, intended audience and context of what you are writing. In different situations, the same idea might be most effectively expressed by a different word. A thesaurus helps you make the right choice. 5) How can you use ruler to set indents? The indent markers on the horizontal ruler show how the current paragraph is indented. When more than one paragraph is selected, some of the markers may appear dimmed. This indicates that the indent settings differ among the selected paragraphs. The horizontal ruler shows the indent settings for the first paragraph in the selection. The final two options on the tab selector are actually for indents. You can click these and then click the ruler to position the indents, rather than sliding the indent markers along the ruler. Click First Line Indent , and then click the upper half of the horizontal ruler where you want the first line of a paragraph to begin. Click Hanging Indent , and then click the lower half of the horizontal ruler where you want the second and all following lines of a paragraph to begin. 6) What are the header and footer? Header and footers are typically used in printed documents. Header: Header text will appear at the top of the page.. You can create headers that include text or graphics - for example, page numbers, the date, a company logo, the document’s title of file name, or the author’s name – that are usually printed at the top of the page in a document. Header means text will appear at the top of the page. Footer: Footer text will appear at the bottom of the page. You can create headers that include text or graphics - for example, page numbers, the date, a company logo, the document’s title of file name, or the author’s name – that are usually printed at the top of the page in a document. Header means text will appear at the top of the page.
  • 4. 7) Classify the languages and explain? Languages Language is defined as a means of communication. Computer language provides a communication between man and the machine. The language is in the form of instructions named as program. There are three types of languages used in writing programs. They are 1. Low Level Language or Machine Language 2. Assembly Language 3. High Level Language Low Level Language: The language known to the computer is called low level language. So low level language is defined as a set of instructions written with 0’s and 1’s only. Advantages: 1. Translation not needed. 2. Execution speed is high. Because CPU directly understood the instructions. Disadvantages: 1. 2. 3. 4. Very difficult to program. It is very difficult to understand. Machine language varies from machine to machine Error correction is very difficult. Assembly Language: Assembly language is a language which uses mnemonic codes (symbolic codes). In this instructions are written in codes instead of 0’s and 1’s. Example: ADD - Addition Add A,B - A = A+B SUB - Subtraction MOV - move a field
  • 5. Advantages: 1. It is very easy to understand 2. Modification is easy. Disadvantages: 1. it is machine dependent. 2. Very difficult to program. 3. It needs transaltion. High Level Language: A high language is a language which has meaningful words and statements. So ordinary person can easily understand and write programs. It resembles English language. Advantages: 1. Very easy to program. 2. Machine independent. 3. Error correction is easy. Disadvantages: 1. Execution time is high. 2. It needs translation. 8) Describe the functions of any four external commands in DOS? External Commands: An external command in MS-DOS is one that is not built into the command interpreter (COMMAND.COM) but rather is launched by running a different program. For instance, EDIT is an external command, while ECHO is not. External Commands DISKCOPY Makes an exact copy of a diskette. Syntax DISKCOPY [d:] [d:]
  • 6. FORMAT Formats a disk to accept DOS files. Syntax FORMAT d: LABEL Creates or changes or deletes a volume label for a disk. Syntax LABEL [d:][volume label] RESTORE Restores to standard disk storage format files previously stored using the BACKUP command. Syntax RESTORE d:[d:][path]filename Backup Makes a backup copy of one or more files. Syntax: BACKUP [d:][path][filename] 9) Explain how can you cut, paste and rename a file? Cut: Cutting text removes the text so you can move it to another part of your document. Step: 1 You have a block of the text or select the text from the document. Step: 2 To cut the text, you can do any of the following: 1. Choose Edit – Cut (or) 2. Press Ctrl + X (or)
  • 7. 3. Click the Cut button on the standard toolbar. (or) 4. Click right mouse button and choose cut from the pop-up menu. Copy: Copy text lets you keep the original text in its current location but paste a copy of that text in another part of your document. Step: 1 You have a block of the text or select the text from the document. Step: 2 To copy the text, you can do any of the following: 1. 2. 3. 4. Choose Edit – Copy (or) Press Ctrl + C (or) Click the Copy button on the standard toolbar. (or) Click right mouse button and choose copy from the pop-up menu. Paste: Inserts the contents of the clipboard at the insertion point, and replaces any selection. This command is available only if you have cut or copied and object, text, or contents of a cell. Choose the paste command in one of the following ways: 1. 2. 3. 4. Choose Edit – Paste (or) Press Ctrl + V (or) Click the Paste button on the standard toolbar. (or) Click right mouse button and choose Paste from the pop-up menu. Rename a file: The following steps are followed for renaming files and folders. 1. Select the file or folder to be renamed. 2. From the selected file or folder right click the mouse button. It displays the pull down menu. From this select rename option. 3. Now type the new name over the old name and press enter key. 10) What are the different ways to create a document? Explain each. To create a new document based on the default template (Blank Document). By using various method. There are as follow as below:
  • 8. Way 1: Click the new blank document icon on the standard tool bar. Word will open a new document named Document1, Document2, Document 3, and so on. Way 2: Choose File – New Word will display the new dialog box. Way 3: By using shortcut key – Ctrl + N Word will open a new document named document. 12) Describe the different ways in which a document can be viewed. We can view the documents with the followings: 1. Normal Views 2. Web Layout View 3. Outline View 4. Print Preview 5. Full Screen View Normal Views: Under Normal View, you can display a single page with simple text formatting but without any drawings, comments or columns. This view is useful for quickly entering text and for simple and basic text editing purposes. On the View menu, Click Normal View Web Layout View: In Web Layout View, MS Word displays page width, format and text position as it would appear on the web.
  • 9. This view is useful for testing a page under a simulated web environment. This view would be especially useful when you are using MS Word for developing web page layout. On the View menu, Click Web Layout View Outline View In Outline View, MS Word displays the headings and sub-headings providing an easy way to plan and organize the document. This view is used for structuring the content of the document at a broad level and arranging the document in various sections and sub-sections. On the View menu, Click Outline View Print Layout View Under MS Word Document Views, Print Layout View is the most frequently used layout. This view is useful for ensuring that what-you-see-on-screen is what-you-get-in-print . This view is also used as a proofing method before it is sent to the printer . On the View menu, Click Print Layout View Full Screen View To display as much of your document as possible on the screen, you can switch to full screen mode. In this mode, word removes distracting screen elements, such as tool bar and scroll bars. On the View menu, Click Full Screen. 13) Describe the features of windows operating system. Also compare with DOS. Operating system: An operating system (OS) is a program that allows you to interact with the computer -- all of the software and hardware on your computer. Basically, there are two ways.
  • 10.   With a command-line operating system (e.g., DOS), you type a text command and the computer responds according to that command. With a graphical user interface (GUI) operating system (e.g., Windows), you interact with the computer through a graphical interface with pictures and buttons by using the mouse and keyboard. Features of Windows operating system: 1. Windows performs DOS related tasks such as creating directories, copying files, deleting files etc., 2. Windows provides multitasking facility. The user can have more than one application programs active in separate windows. 3. Clipboard facility helps us to copy documents between different applications. For example between paint and word. 4. It provides a facility to join different application programs. 5. Write facility helps word processing. 6. Paint brush facility helps drawing pictures. Etc., Windows operating system Vs. DOS: S.NO DOS Operating systems Windows Operating systems 1. Windows used GUI (graphical user interface). 1. DOS uses CLI (command line interface). 2. DOS does not support networking. Supports Networking. 3. DOS is a single user Operating System. Windows is Multiuser Operating System. 4. DOS is a single tasking Operating System. Windows is Multitasking Operating System. 5. DOS is a single threading Operating System. Windows is a Multithreading Operating System.
  • 11. 6. DOS supports 2 GB of maximum partition size. Windows supports 2 TB or more. 7. DOS uses FAT 16 file system. Windows uses FAT 32. 8. Server administration is not possible in DOS Server administration is possible in windows operating system. 9. DOS is the system that runs the PC. Windows was created as a GUI (graphical user interface) making the running of the computer much easier and safer. 10. DOS operating system used by very few people. Windows Operating System is used by majority of the people in the world. These are the difference between windows operation and DOS operation.