Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 15860Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
5 17079Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 6875Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 12486Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
3 10440Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 11325Post New Vimukti Technologies Interview Questions
Which model components are supported by Struts?
Is magento a cms or framework?
How do you use excel to graph?
Mention the transaction code for project administration in sap solution manager?
How much ram do I need for gaming?
Is mongodb normalized?
What is a c++ vector?
What is Fixed threshold?
Explain transaction?
Explain the use of indexes option in imp command.
Is mvc a react?
Is it possible to solve the following scenario through sap- retail: if you buy two books, you will get the cheaper one free?
What are the parts of ms powerpoint 2016?
How long does it take concrete to harden?
london school of science and technology has a software development unit,known as lsst solutions,which is responsible for developing and implementing software throughout the collegejames tristan keeps a record of all student details in the college including student id,name,and start date and phone number.There are many courses offered by LSST. For example MBA, MSc, BSc, BABS, DF, English etc. Each course id identified by course id, description, duration. Each course has many semesters. Each semester takes place during a particular term. Semester details and term details are required to be stored in the database. Each course has many subjects and same subject may be offered in many courses. For each subject many details such as Subject code, name, result and attendance are required to be stored. Every subject has mainly two assessments; one assignment and one exam. Assignment is worth of 30% and exam 70% respectively. You have been appointed as a database designer. Your job is to provide ERD with all possible entities and relationships. Note: Feel free to make necessary assumptions 3: Assignment Tasks. 1. Create an ERD for the above problem 2. Translate the ERD to Relational Data model (RDM) 3. Implement the RDM by creating the tables 4. Populate the database with your own data. 5. SQL Queries for the following tasks a. List all student details in each course along with course details b. Count and display number of students in each course. c. List student name, course name, assessment description, marks for all students.