0% found this document useful (0 votes)
159 views

Practical Questions For Computer Fundamental

This document contains 15 practical questions related to computer fundamentals. The questions cover a range of topics including file management commands, creating directories and subdirectories with specific structures, renaming and moving files between directories, creating batch files, spreadsheet calculations, logic gates, conditional formatting, charts, formulas, mail merge, and formatting text.

Uploaded by

Aman Singh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
159 views

Practical Questions For Computer Fundamental

This document contains 15 practical questions related to computer fundamentals. The questions cover a range of topics including file management commands, creating directories and subdirectories with specific structures, renaming and moving files between directories, creating batch files, spreadsheet calculations, logic gates, conditional formatting, charts, formulas, mail merge, and formatting text.

Uploaded by

Aman Singh
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Practical questions for computer fundamental

Q1. Write commands for the following:

1. Copy FILE1.TXT and make a file2.txt, file3.dat, file4.xyz, file5.txt.  Pay attention
to the names and extensions of the files.
2. List out the directory and see ALL the newly created files.
3. Now you just want to see a list of the files that have TXT as their extension.
4. Make a copy of file4.xyz and call it first.dat
5. Create a subdirectory under the directory you're currently in.  Call this new
directory TESTDIR
6. Copy all the files with an extension of DAT to the new subdirectory.
7. Change directories to the newly created directory and list all the files in there.
8. Delete file3.dat.
9. Go back up to the parent directory of the current directory you are in.
10. List all the file with an extension of DAT in the current directory and the one you
just created.  Use only one command to do so.
11. Change the name of file1.txt to file6.txt.
12. Delete the directory you created (TESTDIR).  Are you able to do this ?  Why or
Why not ?
13. Change directories to the TESTDIR directory.  Delete the remaining file.  
Change directories up to the parent directory (up one level) and now delete the
directory.
14. List all the files that start with FI and have an extension of TXT.
15. List all the files that start with the word FILE, then a single digit an extension of
TXT.

Q 2.
1. Create two new subdirectories labeled: PUBLIC and PRIVATE in
the C:\Work directory. Create two subdirectories labeled
PROGRAMS and DATAS in the PUBLIC directory . Create a
subdirectory labeled DOCUMENT in the PRIVATE directory.
2. In the DOCUMENT directory create a text file named mylive.txt,
and write your firstname, lastname, birth date in this file.
3. Copy the file mylive.txt to the DATA directory.
4. Rename the file from mylive.txt to your lastname, for example:
kowalski.txt.
C:\ WORK\ PUBLIC\ PROGRAMS\
DATA\ kowalski.txt
PRIVATE\ DOCUMENT\ mylive.txt.txt

Q3. Create a batch file kat.bat that creates the structures of the
directories presented on the picture in the current directory, and
displays the message: "Directories created".

Q4. Consider the problem of preparing a stationary order for the month
of March. The item description, quantity and cost per item are
available. The total cost per item is to be calculated and the final cost
per item involves a sales tax of 2% over the total cost. The gross total
and the net total are to be displayed.

Q5. Let us consider the problem of finding the total and average of 3
subject marks for five students in a class in the board exam. The data
is entered into the spread sheet as shown below:
Q6. Consider the design of a light switch system that can turn the same
light on or off in three different places. One switch (A) is installed in
the hall on the first floor. Another switch (B) is located on the upstairs
landing and the third switch (C) is located on the ground floor as
shown in the figure.

Each of the switches has 2 states (on and off). When an odd number
of switches are on, the bulb remains off and in all other cases, the
bulb glows. Design a truth table and find the various states of the bulb
for various combinations of the 3 switches.

Q7. In this problem you are given the name, gender, attendance,
assignment, midterm and final grades of five students. Find the total
of the assessment marks. Students who pass need to have a total
score greater than or equal to 50. Display the word "Pass" or "Fail"
under a column called Description.
Use conditional formatting and show “pass” text in green color and
“fail” in red color while background color will be light green and red
respectively.

Q8. In the previous problem, without considering attendance as criteria


for passing, calculate the grades of the students as per the grade rule
table given below: Marks Range Grade Score>=90 A 90>Total
Score>=80 B 80>Total Score>=70 C 70>Total Score>=60 D 60>Total
Score>=50 E Total Score < 50 F

Q9. Given the data below for fruit sales, Create a line chart and pie
chart.
Q10. Create an If function to calculate a bonus for each player based on
the following criteria:
If a player’s Goals Scored meets or exceeds his Goals Target he
receives a bonus equal to £1000 for each goal he has scored
Otherwise he receives an encouraging message
Copy the formula down and check that it works.

Q11.
Q12. Write 10 chapters on Fundamentals of computer with headings
and sub headings and so on and create its table of contents
automatically.
 There should be a front page titled as “Fundamental of
computers”.
 Add header write book title and your name in it.
 Add footer containing date and page number on either side.
 Insert pictures and smart arts in it.
 Add hyperlink to top right corner of the page “Google” to open
www.google .com by clicking it.
 Add drop cap to the text of 1st page.
 Add watermark of your name on each page.

Q13.Create your CV for the dream organization you want to work in.
Q14. Create Letter of invitation to fresher’s party to all your classmates
and send mail to them, each letter should contain name and address
of the person. Use mail merge for this.
Q15.
1. In a new document, create the following document:

2. Save the document in your Assignment folder as The_Lovely_Lily.docx.


3. Centre the title “The Lovely Lily” and change the font to Montotype Corsiva, size 26pt.
4. Use 6pt line spacing before and after the title.
5. Double space the lines throughout the document.
6. Use 18pt line spacing after each paragraph.
7. Change the font color of the word “pinks” in the second paragraph to pink.
8. Select the phrase “rich glow of gold” at the end of the second paragraph and highlight
it yellow.
9. Select the text “Polyanna, Tiger Babies, Ariadne, Scheharzade” in the third paragraph
and change the font to small caps.
10. Use the Format Painter option to apply the formatting that you did in Step 9 to the
text “Ace of Hearts” and the word “Reveries” in the last line of the 3rd paragraph.
11. Bold the names of all the lilies.
12. Change the top, bottom, left and right margins to 2.5”.
13. Create a header with your last name followed by a space and the page number right
aligned in the format Bulhao 1.

You might also like