Students and Teachers Forum
A PowerPoint template is a pattern or blueprint of a slide or group of slides that you save as a .pptx file. Templates can contain layouts, theme colors, theme fonts, effects, background styles, and even contents. These templates are known as .....
Any three advantages of Ms-PowerPoint are as follows: This program is very easy to use. We can prepare presentation slides within a short period of time. Various themes are available in this program. .....
Presentation software is one of the application software that is used to display information in the form of a slide show. Presentation software has three major functions: an editor that allows text to be inserted, a method for inserting and .....
Special characters are punctuation, spacing, or typographical characters that are not generally available on the standard .....
Mail Merge is a powerful tool for writing and sending a personalized letter or e-mail to many different people at the same time. Mail Merge imports data from another source such as Excel and then uses that data to replace placeholders throughout .....
A word processor is a software that allows us to create, edit, view, format and print text document in the computer. Most widely used computer word processing software are Microsoft Word, Word Perfect, Word Star .....
Smart Art is a collection of graphics that can be utilized to organize information within our .....
Watermark may be any text or design that appears behind the text on our .....
The font style tags are used to change the appearance of the text such as Bold, Italic, Underline, .....
The Anchor tag < A > is used to create all types of hyperlinks in the web page. every anchor tag must have a closing or end tag ( < /A >). The href attribute is compulsory used with this .....
HTML supports six different heading levels from <H1> to .....
The marquee tag creates a scrolling effect and can be tailored to include any HTML content. The attributes of marquees tags are:ALIGN-To set position of the text BEHAVIOR -To set movement of marquee BG COLOR -To set background color of the marquee .....
Hyper Text Markup Language (html) is the computer programming language that defines the content, layout, links and graphics that when converted by a web browser creates the web page that we see on our screen. .....
An attribute is a special word used inside tag to specify additional information to .....
Every HTML document should follow this general form: <HTML> <HEAD> <TITLE> Title of page written here </TITLE> </HEAD> <BODY> The HTML tags that define our page here are </BODY> <H/TML> .....
The container tags are pair tags i.e. they required a starting tag as well as and ending tag. They affect the text appearing between their starting and ending tag. E.g. <HTML> ..............</HTML> <B> .............. .....
A tag is coded HTML command that indicates how part of web page should be displayed. All HTML tags are contained with angle brackets (<>) e.g <Head> <Body>, etc. There are two types of tags: Container Tag (Paired Tag) Empty .....
An internet is world's largest computer network connected in a common protocol TCP/IP in order to make communication. It is also known as network of .....
A group of related HTML documents and associated files, scripts and database that is served up by HTTP server on the www is called .....
A document using http that resides on a website is known as a web .....
Any four advantages of HTML language are: HTML is simple language to code and required little time for developing the web page. It provides special tags that help text in the form of tables. It is designed to work on a wide variety of platform. It .....
HTML stands Hyper Text Markup Language that is used to develop Web pages. It is a versatile language and can be used on any platform. It was developed by Tim Berners-Lee in 1990. HTML documents have html or html file .....
ICTs control the entire banking system that also includes "Electronic Banking Services". This is the reason why ICT is known as the nerve centre of the banking system around the .....
ICTs control the entire banking system that also includes "Electronic Banking Services". It is also known as the nerve center of the banking system around the world. Customers use ICTs to make transactions at 24 hours service centers. Business .....
Buying and selling goods by the use of an internet is known as e-commerce. E-commerce helps in boosting the .....
ICT applications have been valuable resources in the medical field. They support efficient exchange of information between health professionals, they enable transfer of patient records and can improve quality of care provided by health .....
ICTs are playing the remarkable role in the education sector. Teachers use ICTs to research for teaching materials, participate in the online conference as well to aid their teaching. Students use ICTs as reference tool. They use Internet to search .....
Computer technology is called information technology, which process data and provides information and .....
During 1970s, the term information technology and communication technology was a little-known phrase that was used by those who worked in the places like banks, telecommunication, hospitals etc. Today, information technology has become a household .....
Any three devices used in ICT are as follows: Computer Broadcasting Technology Communication Devices like Television, Radio etc. .....
ICT can be defined as the set of technological tools and resources used to communicate and create, disseminate, store and manage information. These technologies include computers, internet, broadcasting technologies and .....
Art History Brush Tool is used to destroy an image or dramatically change the appearance of an .....
Eraser tool is used to rub the unnecessary part of an .....
The tool which is used to fill color in the border side of an image or set the pattern in the vacant space is known as pattern stamp .....
Clone Stamp Tool is used to copy a specific part of an image to another part of the .....
Adobe Photoshop is one of the most popular professional graphic editing software packages. It offers a large number of filters and plug-ins which enable us to add cool effects to images. It has a premium set of image transformation tools. Among .....
The drawing canvas is the area in which we can create or modify .....
Some advantages of Adobe PhotoShop are as follows: Many tools are available for photo editing. We can re-size, crop, change color and background along with the brightness of pictures by the use of Photoshop. We can save edited photo with the .....
Photo editing allows us to create and modify bitmap-based graphics and photographic images. This includes tasks such as painting and drawing, color correction, photo enhancement, creating special effects, image conversion and adding a text to .....
Computer graphics is pictures and movies created using computers- usually referring to image data created by a computer specifically with help from specialized graphic hardware and .....
The code of conduct of computer ethics in point are: We must maintain the privacy and confidentially of the data and document maintained by us. We should not access data meant for others. We must not use pirated software. We should not steal or use .....
The topics that deal with computer ethics are: Accountability Obligation Responsibility Liability Intellectual Property Rights Quality of system and quality of life .....
The major computer crimes are: Piracy Hacking Cyber-terrorism Theft Cyber Stalking .....
The effects of computer crime are: 1) Security problems 2) Physical theft of the computers and other devices 3) very less privacy 4) computer virus easily attack software and .....
List of any four cyber crimes are as follows: Unauthorized access to computer systems and networks Email bombing Hacking Cyber-stalking .....
The crime committed with the help of computers is known as cyber crime. The criminal activities like stealing or destroying data, information and files, accessing others files spreading computer viruses, transferring money without knowledge of owner .....
CLSInput "Enter the first number "; AInput " Enter the second number "; BAvg = (A+B)/2Print " The average is "; .....
CLSInput " Enter radius of circlr"; RA= 3.14*R^2Print " The area of circle is "; .....
REM to convert distance in km to m. CLSd=5.3Rem 1km equals to 1000 m m= d*1000Print " Distance in Meter ="; .....
CLS A=5 B=10 S= A+B Print " The sum is "; S .....