Posts

Showing posts from April, 2021

Select dob from dropdown project

Image
 There are more available on  https://play.google.com/store/apps/details?id=com.master.askmastermaterial Description: *select dob from dropdown,select day,month,year dropdown *different type of select should be used for each dropdown  *suggested site : fb *launch any browser go to fb site *locate firstname *enter details *select dob * verify dob by selected year *close browser Solution:

Living and non living java sba

Image
There are more available on  https://play.google.com/store/apps/details?id=com.master.askmastermaterial Living and Non Living StringList: Question: *We must use two arraylist ,where we have living things on one list and non-living things on another list. *We need to get one search string from console and have to compare with both list *print the statement accoridngly.like 《your string》 is a living thing! 《your string》 is a non living thing! 《your string》 is not found on  oth lists. Sample input: Car Sample output: Car is a  non-living thing. Solution:

Sql solutions

Image
There are more available on  https://play.google.com/store/apps/details?id=com.master.askmastermaterial Student database : 1. Write a query which will display the ID, name, Tamil mark, Hindi mark, science mark, social mark, maths mark, total mark, average mark and grade of all students. Display the records sorted in ascending order based on ID SELECT A.STUDENT_ID,A.STUDENT_NAME,B.TAMIL_MARK,B.HINDI_MARK,B.SC IENCE_MARK,B.SOCIAL_MARK,B.MATHS_MARK,C.TOTAL_MARK,C.AVERAGE_MARK,C.GRADE FROM student_personal_info a join student_mark_info b on a.student_id=b.student_id join student_grade_info c on a.student_id=c.student_id order by a.student_id; 2. Write a query which will display Id, name, date of birth, guardian name, address, contact number, mail id, gender, standard, transport and net fees of all the students and ordered by ID in ascending order. select a.student_id,a.student_name, a.date_of_birth,a.guardian_name,a.address,a.contact_no,a.mail_id,a.gender,b.standard, b.transport,b.net

Python kba

Image
There are more available on  https://play.google.com/store/apps/details?id=com.master.askmastermaterial ***********************   Python 3 Programming *********************** 1.Which action should be avoided so that you do not mistakenly overwrite names that you have already defined?    use the wildcard import   2. While using Python IDLE, by how many space are the code suites indented?    4  3. When using the Python shell and code block, what triggers the interpreter to begin evaluating block of code?   execute command (wrong answer)  4. The bool class is subset of .    int   5. Which statement correctly assigns X as an infinite number?  x=flot('inf')   6. Which statement accurately defines the bool class?   Boolean not return false if the oprand is True   7. bytearray provides an mutable sequence (making it modifiable)   true  8. Using Pop in list will remove the popped up item.  true   9. Which statements prevent the escape sequence interpretation?   r'co

Java sba

Image
1. Living and Non-Living 2. Lounge access 3. #Zipcode There are more available on  https://play.google.com/store/apps/details?id=com.master.askmastermaterial Introduction:    * Hey friends, i got to know question from some anonymous person ,here im trying to write rough code .Its  ot executed so do check by your side. Question: Tina and Louis play a game where one has to tell a word and a letter from that word and other has to find an occurrence of that letter(Case Sensitive)in the word and change the Case. For instance,if the given letter present in the word is in Lowercase then the same should be converted to Uppercase and vice versa and hence display the output. If the input string is less than 3,then display "String length of <string> is too short" and terminate the program.If the input string is greater than 10, then display "String length of <string> is too long" and terminate the program. If the input string length is valid, then the input String

Cognizant projects and documentation

Image
https://rasheed863.pythonanywhere.com/ How to find dumps on youtube : *Type your partial question with tag #mastermaterial  Eg: project #mastermaterial  * otherwise copy url below instead of highlighted part,write your search string then click it.  https://www.youtube.com/results?search_query= <type here> +%23mastermaterial+ For eg: https://www.youtube.com/results?search_query=irctc+%23mastermaterial+ There are more available on  https://play.google.com/store/apps/details?id=com.master.askmastermaterial  1. Online book search https://youtu.be/LzroeZk_lYM 2. Handle alert prompt and confirm box https://youtu.be/w2iyERvE7Wc 3. Alaska cruise ship  https://youtu.be/yboYytqOJ_c 4. Pepper fry automata https://youtu.be/7_fzqe5If6U 5. Drop down menu  https://youtu.be/83yxWkTlWps 6. Add / Edit employee details https://youtu.be/hJHqzD4WX8g 7. Upload image to search https://youtu.be/pP8NUZomH0A 8. Search for school https://youtu.be/qosaCCNOmEc 9. Display bookshelves https://youtu.be/zKiz4Gw