Translate these sentences into formulas in predicate logic. Johnlikes all kinds of food. Applesare food. Chickenis food. Anythinganyone eats and isn‟t killed – by is food. Billeats peanuts and is still alive. Sue eats everything Bill eats.
SIKSHAPATH Latest Questions
A company has three establishments A,B and C in three cities. Analysis of the daily wages paid to the employees in the three establishments is given below: Establishments: A B C Number of employees: 20 25 40 Average daily wages: 305 300 340 Standard Deviation: 50 40 45 Find the average and standard deviation of the wages ...Read more
You are given two arrays AA and Read more
Which of the following is a user-defined data type in c language? (a) typedef int Boolean; (b) typedef enum {Mon, Tue, Wed, Thu, Fri} Workdays; (c) struct {char name[10], int age}; (d) all of the mentioned
Draw a level 1 DFD for the following scenario The software proposed is Food Ordering System. It has participants who will interact with the system, called the external entities. The Supplier, Kitchen, Manager, and Customer are the entities who will interact ...Read more
Two types of new cars produced in India are tested for petrol mileage. One group consisting of 36 cars averaged 14kms. per litre. While the other group consisting of 72 cars averaged 12.5 kms per litre.(a) What test statistic is ...Read more
Python Program to Take three numbers from the user and print the greatest number. Or/ Write a program to find greatest of three numbers in python.
Consider software for academic activities of a university. The project will cover activities like managing of students as well as faculty. Design a SRS document for the project.
Design a class diagram for the following scenario Library domain model Purpose: Describe domain area for an Integrated Library System (ILS), also known as a Library Management System (LMS) – Library, Catalog, Book, Patron, Account. Summary: Library Domain Model describes main classes and ...Read more
Write a python program to calculate area of 10 different circles. Given the pie = 22/7 and radius of the circles entered by user using Simple Function , Parameterized Function , Return Type with function and return type with parameterized ...Read more