Ram wants to create a text file to store name and roll number of his students. Suggest, which program he should use. -Technology

1 Answer

Answer :

He can create a text file using Notepad or WordPad. Follow these steps to create a file using Notepad:(a) Step 1:Click Start.(b) Step 2:Choose All Programs —> Accessories —> Notepad.(c) Step 3: Notepad opens.(d) Step 4: Type name and roll number of students.(e) Step 5: To save file, click File button —> Choose Save As option.(f) Step 6: The Save As dialog box will appear.(g) Step 7:Give file name with extension.(h) Step 8: Click Save button.

Related questions

Description : Write a program to perform following task (i) Create a text file and store data in it. (ii) Count number of lines and words in that file. 

Last Answer : import java.util.*; import java.io.*; class Model6B { public static void main(String[] args) throws Exception { int lineCount=0, wordCount=0; String line = ""; BufferedReader br1 = new BufferedReader(new ... : " + lineCount);  System.out.println("Number of words is : " + wordCount); } }

Description : If a student wants to share his problems with his teacher, he visits his teacher for the same at home, In such a condition the teacher should Options: A) Extend reasonable help and boost his morale ... C) Contact the student's parents and solve his problem D) Warn him, never visit his home

Last Answer : A) Extend reasonable help and boost his morale 

Description : Suppose a student wants to share his problems with his teacher and he visits the teacher's house for the purpose, the teacher should (A) contact the student's parents and solve his problem. (B) ... him to meet the principal and solve the problem. (D) extend reasonable help and boost his morale.

Last Answer : (D) extend reasonable help and boost his morale. 

Description : A new text document can be created by (a) File —> Open (b) File —> New —> Blank Document —> Create -Technology

Last Answer : (b) Steps to create a new document.File —> New —> Blank Document —> Create

Description : Ram wants to attach a CD_ROM to an E_mail. Can it be possible? -Technology

Last Answer : No, it is not possible.You can attach following items to an E-mail:• A Word document• A digital photograph• A program• A slideshow• Audio file• Video file• Web page

Description : Sweety wants to use an operating system based on graphical user interface, suggest her a name. -Technology

Last Answer : Windows is an operating system based on graphical user interface. Graphical user interface means that it has pictures (graphics) that you use to communicate (interface) with the computer.

Description : Mr. Sanjay wants to plot a bar graph for the given set of values of subject on x_axis and number of students who opted for that subject on -Technology

Last Answer : (i) plt.bar(x,y)(ii) plt.show()

Description : …… memory is used to store large amount of information permanently. (a) RAM (b) ROM (c) Secondary (d) Primary -Technology

Last Answer : (c) Secondary memory is used to store large amount of information permanently.

Description : Automatic formatting that the user wants? (a) Replace text As You Type (b) AutoFormat As You Type -Technology

Last Answer : (b) For turning Automatic formatting On or Off, AutoFormat As You Type tab under Proofing is used.

Description : Rama is preparing a presentation on her company’s annual performance. She wants some text present on a slide to fly in from the left, -Technology

Last Answer : (c) Custom Animation can be used for the desired functionality.

Description : Mrs. Sharma is the classteacher of Class ‘XII A’. She wants to create a table ‘Student’ to -Technology

Last Answer : (i) RolINo, Name can be the attributes of Student table.(ii) Primary key of the table Student is RolINo, because RolINo is a field in Student table which uniquely identifies each rows/records in a database table.

Description : Saurabh wants to insert graphics object in his presentation. Give him names of two graphic objects, which he can insert in his presentation? -Technology

Last Answer : Two graphic objectsare Picture and AutoShapes

Description : Raj at is a commerce student and wants to do his homework but somehow he has lost his calculator and wants to take computer’s help. -Technology

Last Answer : Rajat can use calculator in the system that can do simple as well as sophisticated calculations.To start the calculator:Click Start —> All Programs —> Accessories —> Calculator.

Description : Naman wants to change the background image of his Laptop. 1. Can he set his image as wallpaper? -Technology

Last Answer : 1. Yes2. Label B E G A D F C

Description : Neha Mittal wants to store data of her montly expenditure for a period of two year and also wants -Technology

Last Answer : Microsoft Excel should be used because it cannot only be used for storing data but also be used to perform calculations and analysis of the data.

Description : Write a C++ program to declare a class student with members as roll no, name and department. Declare a parameterized constructor with default value for department as ‘CO’ to initialize members of object. Initialize and display data for two students.

Last Answer : write a C plus plus program to declare a class which accept and display student information such as roll number division and percentage use get data and put data with required parameters

Description : Which tag do we use to change the size and style (face) of the text of an HTML file viewed on a Web browser? -Technology

Last Answer : tag is used to change the size and style (face) of the text of an HTML file displayed on a Web browser. Two attributes of tag are as follows:size: It specifies the size of the text inside a tag.Syntaxface: It specifies the font name of the text inside a tag.Syntax

Description : Write the HTML code to create a paragraph whose text color is blue. -Technology

Last Answer : or

Description : To create an HTML page, you need (a) text editor (b) Web browser -Technology

Last Answer : (c) Because text editor is required to write HTML code and the Web browser is needed to display the page.

Description : Name the data type that should be used to store Student’s Admission numbers. -Technology

Last Answer : Data type should be Text.

Description : Write the data type of variables that should be used to store : 1. Marks of students 2. Grades of students (Grade can be ‘A or ‘B’ or ‘C’) -Technology

Last Answer : (i) int data type(ii) char data type

Description : Define CSS. How to create a CSS file? -Technology

Last Answer : CSS is a simple design language intended to simplify the process of making Web pages presentable. CSS is a type of stylesheet and this stylesheet consists of a list of rules. You can include a CSS in multiple XML ... name as well as by code like green color may be written as #008000 or rgb(0,128,0).

Description : Write a Numpy program to create a 3x3 identity matrix, i.e. diagonal elements are 1, the rest are 0. Replace all 0 to random number from 10 to 20 -Technology

Last Answer : import numpy as nparray1=np.identity(3)print(array1)x=np.where(array1==0)for i in x:array1[x]=np.random.randint(low=10,high=20)print(array1)

Description : Write a Numpy program to create a 3x3 identity matrix, i.e. non diagonal elements are 1, the rest are 0. Replace all 0 to random number from 1 to 10 -Technology

Last Answer : import numpy as npZ = np.arange(9).reshape(3,3)print (Z)x=np.where((Z%2)==0)for i in x:Z[x]=np.random.randint(low=10,high=20)print(Z)

Description : Which of the following is not related to a utility software? (a) Text editor (b) Antivirus program (c) Disk compression software -Technology

Last Answer : (d) Railway reservation system is an example of application software whereas, rest all are software utilities.

Description : To store object like image, you need to create a field in a table, having field type as …………. . -Technology

Last Answer : To store object like image, you need to create a field in a table, having field type as OLE Object.

Description : Rama, a bright pupil, is openly impatient of the errors and slowness of other students in the class and wishes to answer much more than his share of questions. His teacher should Options: A) Ask ... D) Make him realize that he is not so smart by asking him difficult questions that he cannot answer

Last Answer : D) Make him realize that he is not so smart by asking him difficult questions that he cannot answer 

Description : ……….. is a software program that provides a user interface to work with the file system. -Technology

Last Answer : File manageris a software program that provides a user interface to work with the file system.

Description : What is MySQL used for? Abhay wants to start learning MySQL. From where can he obtain the MySQL software? -Technology

Last Answer : MySQL is a Relational Database Management System (RDBMS), used for adding, accessing and processing data in a database. Abhay can download the MySQL software setup from Internet.

Description : Write a numPy program to create a numPy array with all values as True printed 10 times. -Technology

Last Answer : This answer was deleted by our moderators...

Description : Consider a given Series , M1: Write a program in Python Pandas to create the series. -Technology

Last Answer : import pandas as pdm1=pd.Series([45,65,24,89],index=['term1','term2','t erm3','term4'])

Description : Write a program in Python Pandas to create the following DataFrame batsman from a Dictionary: B_NO Name Score1 Score2 -Technology

Last Answer : Alternative Answer

Description : Consider the following database Student:Roll No. First Name Last Name Class Marks Obtained(%) Scholarship Awarded -Technology

Last Answer : 1. 95.42. Mohan Garg and scholarship awarded is 50000.3. 54. 6

Description : If your neighbour knows about your blood group, all of a sudden his child fell down to a road accident, and he request you to donate blood to save his child's life, what decision would you ... will immediately agree to donate your blood D) You will suggest him to arrange blood from a Blood-bank

Last Answer : C) You will immediately agree to donate your blood 

Description : Write a C++ program to count number of spaces in text file.

Last Answer : Program: #include<iostream.h> #include<conio.h> #include<fstream.h> void main() { ifstream file; int s=0; char ch; clrscr(); file.open("abc.txt"); while ... cout<<"\nNumber of spaces in text file are:"<<s; getch(); }

Description : Write a program to count number of words from a text file using stream classes.

Last Answer : import java.io.*; public class FileWordCount { public static void main(String are[]) throws IOException { File f1 = new File("input.txt"); int wc=0; FileReader fr = new FileReader (f1); int c=0; try {  while(c ... of words :"+(wc+1)); } finally {  if(fr!=null)  fr.close();  }  } }

Description : Out of these which one is a volatile memory? (a) ROM (b) RAM (c) Floppy (d) DVD -Technology

Last Answer : (b) RAM is a volatile memory that means data remains stored in RAM only when power supply is there and computer is switched ON but as soon as the computer is turned OFF, the contents of RAM get erased.

Description : Which of the following is an example of non_volatile memory? (a) ROM (b) RAM (c) LSI (d) VLSI -Technology

Last Answer : (a) Among given options, ROM is the memory that retains its contents even after the interruption of power so, it is a non-volatile memorv.

Description : Ram and Sita, two persons talking to one another. 1. What are the components of the network? 2. What is the communication channel? -Technology

Last Answer : 1. Components of network are as follows:(a) Sender(b) Communication channel(c) Receiver2. Communication channel is the channel in which two computers can communicate with each other by sending data or sharing information between them.

Description : What should be the minimum capacity of the RAM for multimedia? (a) 32 MB (b) 64 MB (c) 128 MB (d) 512 MB -Technology

Last Answer : (b) Atleast 64 MB RAM is needed for multimedia.

Description : Saurabh was working on a project. By mistake, he deleted an important file. Can he get the file back? -Technology

Last Answer : Yes, he can restore his file to its original location.To restore his file follow these steps:(a) Step 1: Open the Recycle Bin.(b) Step 2: Click the file, he wants. (c ) Step 3: In the ... Bin tasks list, click Restore on that item which you want. Thus, file will be restored to its original location.

Description : If a reader wants to evaluate a text which is he best question to ask while reading it?

Last Answer : Need answer

Description : When Last semester 150 of 800 students made honor roll what percent of student made honor roll?

Last Answer : 150 as a percentage of 800 is 18.75%

Description : Suppose a teacher has short height. It creates an obstacle in utilizing the black-board in a justifiable manner. Therefore, the students cannot follow the lessons inspite of utmost care taken by ... a complaint with the principal D) Collect donations from his student to reconstruct the black-board

Last Answer : You suggest him to make a temporary platform of bricks with the help of students

Description : Sona wants to add her pictures in a Word document. 1. Which tab she should use? 2. Which command she should use to open Insert Picture dialog box? -Technology

Last Answer : 1. Insert tab2. Picture command in the Illustrations group.3. Yes4. Yes

Description : : sd card 32GB ? Suppose the internal storage of a phone is ROM 32GB, RAM 2 GB . The phone has USB 2.0 and supports Otg . It does not use sd card in such a phone . It wants to view music pictures with the help of 16GB or 32GB pen drive . I want to know what the same pressure will be

Last Answer : Both pen drive and memory card are the same thing. So you can use any of them. Just make sure the OTGT matches the phone. If you have USB 2.0, you will only get the right speed if you use it , otherwise the phone will hang. Thanks.

Description : Somya wants to collect some information regarding the history of India. 1. What is the fastest and easiest -Technology

Last Answer : 1. The online search using the search engine.2. (e) Open the Web browser(c) Load a search engine(a) Type keywords(d) Click the search button(b) Look at the list of Websites starting at the top.

Description : Mr. Ravindra wants to send some money to her wife who is in some other city. -Technology

Last Answer : E-banking is the easiest way to transfer money through the bank.

Description : Shri wants to search about computer vendor in Meerut excluding Dell category. -Technology

Last Answer : (c) Computer vendor + Meerut – Dell

Description : Ramya wants to connect all the computers of her office wirelessly in order to avoid clumsy cables. -Technology

Last Answer : Wi-Fi technology would be best suitable for her office to avoid cabling.