Pages
- Home
- Data Structure book & DBMS notes
- SQL example
- Lab Manual for B.C.A & B.Tech
- Question Bank
- Data Structure Program
- Question Paper format for Sessional Exam
- Books
- ePaper & Times ascent epaper
- B. Tech(CS 2nd Year)
- Question Bank for CSE 2nd Year
- B.C.A Notes
- B.Tech CSE 2nd Year Notes
- C Programming Video Lecture
- Compiler Design Lab
- Logic in Computer Science
- Data Structure Algorithm Video Lecture
- Notes Unit 1
- Notes Unit 2
- Notes Unit 3
- Notes Unit 5
- Notes Unit 4
- SQL Notes
- Linked List
Wednesday, November 30, 2016
Tuesday, November 29, 2016
Report Writing in MS Word 2007
Introduction
Technical report writing is an important
skill. It's much more precise than many other forms
of writing. A project report is not
quite the same as a technical report,
however it should show the same level of care and attention to detail.
This document was written to provide a few
pointers about what I look for in a project report, and some tips for writing
these documents using Microsoft Word. It
is written in the form it recommends, and contains examples of both good and
bad styles. It is intended for
undergraduate project students, and post-graduate students in their first
year. It assumes a reasonable
familiarity with Microsoft Word (although not at the level of an expert user),
and a reasonable grasp of English grammar.
1.1 Background to the Report
Please note that there is no accepted
standard for project reports. Different
supervisors will have different opinions and preferences about style; in some
cases this document merely describes my preferences and opinions. Any student reading this document would be
well advised to talk to his or her other supervisor as well, and attempt to
write a document to satisfy us both.
Distributing this report written in Word
has two additional benefits: it allows me to give examples of what I regard as
good (and occasionally bad) styles, and it gives me the chance to distribute a
sample style gallery that might be of some use.
(If you don't know what a style gallery is, look it up under Microsoft
Word help.)
1.2 Writing Reports for Me
This is important, I want everyone to read
this, so I’ll put it here. Strictly
speaking you could argue that this section should be placed in the body of the
report since it is not an introduction to anything that is discussed in more
detail later, but since it’s short I can get away with it.
I am happy to read draft copies of a report
before submission. However, I am not
happy to read slightly different versions of the same chapter over and over
again, and I won’t have time to read anything if I am presented with a large
document only a few days before the deadline.
I have come up with a few rules for how
this can best work for both of us:
- Run all chapters through a spelling and grammar checker before they get to me, and take note of the advice provided. This is particularly important if English is not your first language. If the grammar and spelling are so poor that I have difficulty in understanding what you are trying to say, then be prepared to have the document returned. I’m afraid I don’t have the time, experience or qualifications to teach English as a foreign language.
- Send me individual chapters one at a time, as soon as they are complete (or as soon as you want some comments on them). This minimises the amount of reading I have to do at the end of the projects, and I hope will encourage you to write as you go along, always a good idea.
- If you are sending me a chapter for the second time, then please clearly mark where the changes have been made, so I don’t have to read through the whole thing again.
- If English is not your native language, it is almost certain that there will remain a lot of grammatical and usage points which the computer’s grammar checker will not pick up. Experience has suggested that the best thing is to leave these until the end, and then for a native English speaker to go through the document once, to correct the grammar. It is better if this person has not been involved with the project, so they don’t get too bored.
The Basics of Project Report Writing
Some basic
techniques and considerations about writing project reports: when to write; the
structure of the project report; what sections should be included; what order
they should be placed in; and what kind of information I am looking for when I
read a project report.
There are a lot of good introductions to
report writing out there already (see for example, the information at http://www.amp.york.ac.uk/internal/ugrad/gen/tskills/t_skills.htm),
and I won't try and repeat all that information here. I will assume the reader is familiar with
this material already (if you're not, do look up and read these pages). Instead, I will concentrate on the particular
nature of the project report and
highlight what I have found to be the most common problems.
Wednesday, November 23, 2016
Window Operating system (Unit III)
What is Windows?
• An operating system and Graphical User Interface (GUI) created by Microsoft and found on most computer systems (but not all!).
• Allows for easy “point and click” operations between the user and the different files and programs with which they wish to work.
• While there are many different versions of Windows, the fundamentals are the same.
Menu bar:• On many windows you will see a menu bar, which allows you to access features within that particular program.
• Office 2010 programs have a menu bar as well, but it’s configured differently and is called “the ribbon”
Scroll Bars.
• Scroll bars often appear at the bottom and even more often on the right hand side of a window, if there is a lot of content.
• Scroll bars are disabled when the content displayed is limited enough to fit within the dimensions of the window.
Cut/Copy/Paste
• Cut , copy, and paste commands can be used with to move text, graphics and other items from one
application to the next (Internet Explorer to Microsoft Word, for instance).
• Copied or cut items are placed in temporary storage (the Clipboard) and can be retrieved as
long as the computer is on or if the item hasn’t been replaced by another that you select.
• An item on the Clipboard can be pasted multiple times.
Cut/Copy/Paste
1. Select the item (text or graphic) to be copied by either highlighting the text or right clicking on the graphic.
2. Once you have made your selection, in the case of text, notice that it remains highlighted
3. You can now right click on your selection and select Copy OR Press [Ctrl ]+ [C].
4. Now you have copied the material and you can use it to paste into another application...
Cut/Copy/Paste
• Once you have copied the item, go to the application where you would like to paste it.
• Place your cursor where you want to paste the item in the document (a word file, email, etc.)
• Right Click and then select Paste OR Press [Ctrl]+[V].
Introduction | Windows 3.1 First widely used successful version of Windows Replaced MS-DOS Windows 95 Introduced Start button, taskbar for multitasking, and My Computer for easier file management Windows NT Intended for business computing Increased reliability and security |
Windows 98 Active desktop displays Web content Enables Web conventions on the desktop Windows 2000 Security of NT with Windows 98 Interface Windows 2000 Professional and Windows 2000 Server Windows Me (Millennium Edition) Successor to Windows 98 for home computing |
Logging On | The following instructions are for logging onto any machine running
Windows XP in CMU's Clusters.
When you arrive at a machine, you should see a Welcome to Windows box displayed.
|
Logging Off | When you are finished working on a cluster machine, you should always log off.
Before logging off, make sure to Backup all your
files that contain useful information. Then ...
|
Viewing File Extensions | File extensions are the the part of the file name after the period (e.g., the
mcp in project.mcp or the java in Application.java).
It is often very useful to be able to see both file names and extensions.
On some Windows operating systems (e.g., 2000), this is the default; on others (e.g., NT)
you must follow the instructions below.
|
Renaming Folders and Files | To rename a folder or file (if it is a file with an extension, the
extension should remain the same: you will be warned if you accidentally
change it);
|
Enabling Scrolling in the Console Window | Java programs often input/output text in the console window.
If scrolling is enabled on these windows, you can look at all the text printed.
On some Windows operating systems (e.g., Windows 2000), this is the default (300 lines);
on others (e.g., Windows NT) you must follow the instructions below.
To allow [more] scrolling in this window, so that you can see a [longer] history of
all your program's input/output, perform the following steps (you may have to
perform these steps each time that you log on):
|
Zipping Files | WinZip (the zipping/unzippng software) is already installed on all the computers in the
cluster.
If you want to install it on your own computer, follow this link to the
WinZip web page
to download a copy).
Programming assignments must be turned in as single zip file that contains
all the files inside a project folder.
To zip all the files in a folder named F, for example, into a single zip
file
|
Unzipping Files | To unzip all the files in a zip file, for example F.zip
|
Disk Operating System (DOS) (Unit III)
- In the 1980s or early 1990s, the operating system that shipped with most PCs was a version of the Disk Operating System (DOS) created by Microsoft: MS-DOS.
- MS-DOS is a disk operating system for IBM PC–compatible computers.
- In its day, it was easily the most popular operating system in the world.
- As with any other operating system, its function is to oversee the operation of the system by providing support for executing programs, controlling I/O devices, handling errors, and providing the user interface.
- MS-DOS is a disk-based, single-user, single-task operating system. These qualities make it one of the easiest disk operating systems to understand.
DOS FILES
- The main portions of MS-DOS are the IO.SYS, MSDOS.SYS, and COMMAND.COM files.
- IO.SYS and MSDOS.SYS are special, hidden system files
- The IO.SYS file moves the system’s basic I/O functions into memory and then implements the MS-DOS default control programs, referred to as device drivers, for various hardware components.
- These include the following:
- The boot disk drive
- The console display and keyboard
- The system’s time-of-day clock
- The parallel and serial communications port
IO.SYS & MSDOS.SYS
In the PC bootup sequence, the first sector of the boot disk is loaded into memory and executed. If this is the DOS boot sector, it loads the first three sectors of IO.SYS into memory and transfers control to it. IO.SYS then:
- Loads the rest of itself into memory.
- Initializes each default device driver in turn (console, disk, serial port, etc..). At this point, the default devices are available.
- Loads the DOS files and calls its initialization routine.
- Processes the MSDOS.SYS file .
- Processes the CONFIG.SYS file, in MS-DOS 2.0 .
- Loads COMMAND.COM (or other operating system shell if specified).
COMMAND.COM
- The COMMAND.COM command interpreter accepts commands issued through the keyboard, or other input device, and carries them out according to the commands definition.
- When DOS runs an application, COMMAND.COM finds the program, loads it into memory, and then gives it control of the system. When the program is shut down, it passes control back to the command interpreter.
Common
MS-DOS Commands
|
|||
Command
|
Description
|
Usage
|
|
dir
|
Lists all files in current directory
|
Command:
C:\>dir
|
|
Result:
List of directories Homework, Personal, Work and the file
info.doc
|
|||
md
|
Creates a new directory in the directory specified in the
command, or in the current working directory if none other is specified
|
Command:
md <directory name>
|
|
cd
|
Changes the current directory to the one specified.
|
Command:
C:\>cd <directory name>
|
|
cd ..
|
The command changes the directory to the parent directory
of the current directory.
|
Command:
cd ..
|
|
cd \
|
The command changes to the root directory of the current
drive.
|
Command:
cd \
|
|
move
|
This command moves files or directories from the original
directory specified to the new directory.
To move a file or files, you specify the name and location
of the file or files you want to move followed by the destination.
|
Examples:
move <source> <destination>
|
|
copy
|
This command copies files from one location to another.
|
Command:
copy <source> <destination>
|
|
rename
|
Changes the name under which files and/or directories are
stored.
|
Command:
rename <original name> <new name>
|
|
rd
|
Removes (deletes) a directory.
Note:
to remove a directory, directory must be empty. You must delete all files and
subdirectories in order to delete a parent directory.
|
Command:
rd <directory name>
|
|
del
|
Used to delete files. If a directory name is given in the
command, all files in the directory are deleted.
|
Command:
del <file/directory name>
|
|
*
|
Wildcard character, a special symbol that stands for one
or more characters. Operating systems
support the use of wild cards for identifying Files and Directories.
|
Usage:
M* searches for all files and directories that start with
the letter M.
|
|
edit
|
Command used to run the DOS Text Editor program.
|
Command:
edit
|
|
exit
|
Closes the DOS window
|
Command:
exit
|
Sunday, November 13, 2016
Subscribe to:
Posts (Atom)