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

1 Answer

Answer :

(i) int data type(ii) char data type

Related questions

Description : How do you write an algorithm which takes students marks and grades them as follows Mark greater than 60 Pass?

Last Answer : Need answer

Description : What are the characteristics of Continuous and Comprehensive Evaluation ? (a) It increases the workload on students by taking multiple tests. (b) It replaces marks with grades. (c) It evaluates every aspect of the student. (d) It helps in ... ) and (d) (C) (a), (b) and (c) (D) (b), (c) and (d)

Last Answer : Answer: D

Description : In the table “Student”, Priya wanted to increase the Marks (Column Name: Marks) of those students -Technology

Last Answer : Correct SQL statement :UPDATE Student SET Marks = Marks +5 WHERE Marks

Description : What is the reason behind the adoption of 'GRADE' system instead of our old' MARKS' system? Options: A) It will improve the quality of assessment. B) It will improve teacher student ... eliminate the differentiation between students on marks basis. D) Grading system is easier than marks system.

Last Answer : C) It will eliminate the differentiation between students on marks basis. 

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 an XML document that marks up the following data: All these must be rendered -Technology

Last Answer : Raj Kumar Delhi Pankaj Mumbai Rahul Sharma Delhi Praveen Noida

Description : Observe the following table and write the HTML code to generate it: Question Marks -Technology

Last Answer : The HTML code isquestion< /th >marksl225

Description : Why can't I improve my grade 12 diploma exam grades without running out early due to anxiety attacks?

Last Answer : Sorry for being scattered. I can’t focus on one problem at a time. I would like to have fun back in learning. I feel tremendous amount of pressure to succeed.

Description : In grades of binocular vision; grade 2 is: a. Simultaneous macular vision b. Fusion c. Stereopsis

Last Answer : ANSWER: B  

Description :  In present time the Seminars are organised Options: A) For promoting the teachers B) For revamping teachers with research potentialities C) For converting low grade teaches into higher grades D) None of the above

Last Answer : B) For revamping teachers with research potentialities 

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

Last 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: ... dialog box will appear.(g) Step 7:Give file name with extension.(h) Step 8: Click Save button.

Description : What do you think about paying students to get good grades?

Last Answer : I’m all for motivating them to do well, but we’d be far better off to teach them how much a good education pays off in the first place.

Description : What grades do students take the Aspire test?

Last Answer : Need answer

Description : What are the best schools on the east coast that accept students with mediocre grades?

Last Answer : Community colleges are not only more affordable but provide an excellent education even for those with mediocre grades. These colleges are more readily accepting of their applicants.

Description : School based assessment is primarily based on the principle that Options: A) teachers know their learners' capabilities better than external examiners B) students should at all costs get high ... schools are more efficient than external bodies of examination D) assessment should be very economical

Last Answer : A) teachers know their learners’ capabilities better than external examiners 

Description : Those teachers are popular among students who (A) develop intimacy with them (B) help them solve their problems (C) award good grades (D) take classes on extra tuition fee

Last Answer : (B) help them solve their problems

Description : When using a search engine to search, then would you use quotation marks around search terms? -Technology

Last Answer : Quotation marks should be used around a phrase or search terms. Surrounding terms with quotation marks limit the search results to only those Web pages that contain the exact phrase, we have specified. ... to have nothing to do with your topic. For best results, you should write death penalty .

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 : String as a value of alt attribute must be enclosed in quotation marks. -Technology

Last Answer : True alt attribute contains the string which must be enclosed in quotation marks

Description : The values of the attributes are enclosed in double question marks. -Technology

Last Answer : False The values of the attributes are enclosed in double quotation marks.

Description : You have used a spreadsheet to calculate the average marks of a class in Mathematics. -Technology

Last Answer : (b) Marks of each student tor Mathematics will be required for calculating average marks of mathematics.

Description : In Marks column of ‘Student’ table, for Rollnumber 2, the Class Teacher entered the marks as 45. -Technology

Last Answer : UPDATE Student SET Marks = 50 WHERE Roll number = 2;

Description : Consider the table STUDENT given below: RollNo Name Class DOB Gender City Marks 1 Anand XI 6/6/97 M Agra 430 -Technology

Last Answer : (1)b. Both (iii) and (iv)(2) b.RollnoNameClassDOBGenderCityMarks6734MaakhiyNehaGeetPreetiXIXXIXII12/12/948/12/956/5/978/8/95FFFFDubaiMoscowAgraMumbai256324470492

Description : (1) Prachi has given the following command to obtain the highest marks Select max(marks) from student where group by class; -Technology

Last Answer : (1)d. Select class, max(marks) from student group by class;(2)b. Both (ii) and (iv)(3)b. select name,max(DOB) from student;

Description : B grade = how many marks ?

Last Answer : If he gets 50-59 on average in all subjects then he will get B grade. Mark is not fixed.

Description : Saravanan has scored an total of 90% in an examination with five subjects in the ratio 18:14:15:21:22. If 85% is the marks required to get an ‘A’ grade in each subject, then find in how many subjects did he get an ‘A’ grade. Given that the maximum marks in each subject is 120. A) 2 B) 3 C) 4 D) 5 

Last Answer : Answer: B) Maximum total marks = 5 120 = 600 Marks scored by Saravanan = 90/100*600=540 Let the marks scored by him in the 5 subjects be 18x,14x,15x,21x and 22x respectively. 18x + 14x + 15x + 21x + ... A' grade i.e. 0.85 120 = 102 Therefore, he has got an A' grade in 3 subjects.

Description : For what, Memo data type is used? (a) To add table (b) To store objects created in other programs -Technology

Last Answer : (c) As we know, Memo provides character upto 65536 so, it is used for long text entries.

Description : Memo data type allows you to store character type values in a table. -Technology

Last Answer : True Memo data type allows upto 65536 characters.

Description : Memo data type allows you to store only 255 characters in the table. -Technology

Last Answer : False Memo data type is used when character size is more than 255.

Description : Name the data type that should be used to store AccountCodes liko “A1001” of Customers -Technology

Last Answer : varchar data type should be used to store AccountCodes like ”A100111 of customers.

Description : A table named School (containing data of students of the whole school) is created -Technology

Last Answer : AdmissionNo should be set as the primary key because admission numbers are unique for each and every student of the school, which is not possible in the case with RollNo and Name.

Description : A Boolean function F defined on the three input variables x, y and z is 1 if and only if number of 1(one) input is even. -Technology

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

Description : Which of the following includes examples of quantitative variables? a. Age, Temperature, Income, Height b. Grade Point Average, Anxiety Level, Reading Performance c. Gender, Religion, Ethnic Group d. Both a and b

Last Answer : d. Both a and b

Description : The director of a company uses a database to store data about job title. This is a part of the database given below: -Technology

Last Answer : 1. 62. 63. Secretary4. Finance department and their Payroll Numbers are A621 and M502.

Description : Facilities offered by databases are (a) The ability to store a large amount of data in a structured format, -Technology

Last Answer : (a) Databases have the ability to store a large amount of data in structured format, easy update, sort query, production of reports.

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 : Tamanna needs to store and transport the data. She should use HTML or XML? -Technology

Last Answer : She should use XML.

Description : Write Java code to assign the value 10 to variable x and store its square value in another variable y. -Technology

Last Answer : class Square{public static void main (String args [ ]){int x. y ; x = 10 : y = x * x ;

Description : Write a program to Print values of variables and their addresses. Note : 1) Variables can be of any data type. 2)Use of & or pointer to display address shall be considered. 

Last Answer : #include #include void main() { int a,b; clrscr(); a=5; b=10; printf("\n Value of a=%d",a); printf("\n Address of a=%u",&a); printf("\n Value of b=%d",b); printf("\n Address of b=%u",&b); getch(); }

Description : Construct a histogram for the marks of the student given below : - Marks 0-10,10-30,30-45,45-50,50-60 and number of students 8,32,18,10,6 -Maths 9th

Last Answer : see in book okay!!!

Description : In a mathematics test given to 15 students, the following marks (out of 100) are recorded : -Maths 9th

Last Answer : For Mean : As we know that ⇒ x̅ = 41 + 39 + 48 + 52 + 46 + 62 + 54 + 40 + 96 + 52 + 98 + 40 + 42 + 52 + 60 / 15 x̅ = 822 / 15 = 54.8 ⇒ x̅ = 54.8 For Median : First of ... 52 For Mode : Make a frequency table for given data : Here, the marks 52 has the maximum frequency '3'. ∴ Mode = 52

Description : In a school marks obtained by 80 students are given in the table. Draw a histogram. Also, make frequency polygon. -Maths 9th

Last Answer : Here, class size = 135 - 305 = 10 ∴ Lower limit of first class interval is 305 - 10 / 2 = 300 Upper limit of first class interval is 305 + 10 / 2 = 310 Thus, first class interval is 300 - 310 Required histogram and frequency polygon is given on the graph paper .

Description : Following is the frequency distribution of total marks obtained by the students of different section of class-IX. -Maths 9th

Last Answer : Since class intervals of the given frequency distribution are not of equal width. We would make modifications in the lengths of the rectangles in the histogram, so that the areas of rectangles are proportional ... lengths as given in the last column .The histogram of the data is given below.

Description : Following table gives the distribution of students of sections A and B of a class according to the marks obtained by them. -Maths 9th

Last Answer : Clearly, the mean score of two sections A and B is same

Description : Construct a histogram for the marks of the student given below : - Marks 0-10,10-30,30-45,45-50,50-60 and number of students 8,32,18,10,6 -Maths 9th

Last Answer : see in book okay!!!

Description : In a mathematics test given to 15 students, the following marks (out of 100) are recorded : -Maths 9th

Last Answer : For Mean : As we know that ⇒ x̅ = 41 + 39 + 48 + 52 + 46 + 62 + 54 + 40 + 96 + 52 + 98 + 40 + 42 + 52 + 60 / 15 x̅ = 822 / 15 = 54.8 ⇒ x̅ = 54.8 For Median : First of ... 52 For Mode : Make a frequency table for given data : Here, the marks 52 has the maximum frequency '3'. ∴ Mode = 52

Description : In a school marks obtained by 80 students are given in the table. Draw a histogram. Also, make frequency polygon. -Maths 9th

Last Answer : Here, class size = 135 - 305 = 10 ∴ Lower limit of first class interval is 305 - 10 / 2 = 300 Upper limit of first class interval is 305 + 10 / 2 = 310 Thus, first class interval is 300 - 310 Required histogram and frequency polygon is given on the graph paper .

Description : Following is the frequency distribution of total marks obtained by the students of different section of class-IX. -Maths 9th

Last Answer : Since class intervals of the given frequency distribution are not of equal width. We would make modifications in the lengths of the rectangles in the histogram, so that the areas of rectangles are proportional ... lengths as given in the last column .The histogram of the data is given below.

Description : Following table gives the distribution of students of sections A and B of a class according to the marks obtained by them. -Maths 9th

Last Answer : Clearly, the mean score of two sections A and B is same

Description : In a diagnostic test in mathematics given to students, the following marks (out of 100) are recorded 46, 52, 48, 11, 41, 62, 54, 53, 96, 40, 98 and 44. -Maths 9th

Last Answer : NEED ANSWER