CENTRAL UNIVERSITY OF RAJASTHAN Department of Computer Science & Engg.

Similar documents
University of Groningen. Systemen, planning, netwerken Bosman, Aart

The lab is designed to remind you how to work with scientific data (including dealing with uncertainty) and to review experimental design.

Task Types. Duration, Work and Units Prepared by

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

THE UNIVERSITY OF SYDNEY Semester 2, Information Sheet for MATH2068/2988 Number Theory and Cryptography

SARDNET: A Self-Organizing Feature Map for Sequences

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS

An Investigation into Team-Based Planning

Radius STEM Readiness TM

Artificial Neural Networks written examination

Sample Problems for MATH 5001, University of Georgia

Axiom 2013 Team Description Paper

This curriculum is brought to you by the National Officer Team.

Value Creation Through! Integration Workshop! Value Stream Analysis and Mapping for PD! January 31, 2002!

Learning Methods for Fuzzy Systems

FUZZY EXPERT. Dr. Kasim M. Al-Aubidy. Philadelphia University. Computer Eng. Dept February 2002 University of Damascus-Syria

The Creation and Significance of Study Resources intheformofvideos

Me on the Map. Standards: Objectives: Learning Activities:

Leader s Guide: Dream Big and Plan for Success

Numeracy Medium term plan: Summer Term Level 2C/2B Year 2 Level 2A/3C

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS

Major Milestones, Team Activities, and Individual Deliverables

Supervised Agricultural Experience Unit Agriculture, Food, and Natural Resources Texas Education Agency

Test How To. Creating a New Test

Some Principles of Automated Natural Language Information Extraction

Knowledge-Based - Systems

Functional Skills Mathematics Level 2 assessment

GLOBAL INSTITUTIONAL PROFILES PROJECT Times Higher Education World University Rankings

Evolutive Neural Net Fuzzy Filtering: Basic Description

Why Pay Attention to Race?

Entrepreneurial Discovery and the Demmert/Klein Experiment: Additional Evidence from Germany

In how many ways can one junior and one senior be selected from a group of 8 juniors and 6 seniors?

Multimedia Application Effective Support of Education

Analysis of Hybrid Soft and Hard Computing Techniques for Forex Monitoring Systems

Today we examine the distribution of infinitival clauses, which can be

Blinky Bill. Handwriting and. Alphabet Copy Book. Sample file. From Homeschooling Downunder. Manuscript Print Ball and Stick Font

BIOL Nutrition and Diet Therapy Blinn College-Bryan Campus Course Syllabus Spring 2011

Visit us at:

PART C: ENERGIZERS & TEAM-BUILDING ACTIVITIES TO SUPPORT YOUTH-ADULT PARTNERSHIPS

File # for photo

Inleiding Taalkunde. Docent: Paola Monachesi. Blok 4, 2001/ Syntax 2. 2 Phrases and constituent structure 2. 3 A minigrammar of Italian 3

M55205-Mastering Microsoft Project 2016

SAM - Sensors, Actuators and Microcontrollers in Mobile Robots

Lecture 1.1: What is a group?

content First Introductory book to cover CAPM First to differentiate expected and required returns First to discuss the intrinsic value of stocks

A Neural Network GUI Tested on Text-To-Phoneme Mapping

Research Design & Analysis Made Easy! Brainstorming Worksheet

Unit: Human Impact Differentiated (Tiered) Task How Does Human Activity Impact Soil Erosion?

MSW POLICY, PLANNING & ADMINISTRATION (PP&A) CONCENTRATION

A student diagnosing and evaluation system for laboratory-based academic exercises

Scientific Method Investigation of Plant Seed Germination

Alignment of Australian Curriculum Year Levels to the Scope and Sequence of Math-U-See Program

Physics 270: Experimental Physics

Community Power Simulation

Page 1 of 11. Curriculum Map: Grade 4 Math Course: Math 4 Sub-topic: General. Grade(s): None specified

Abstractions and the Brain

1. M. Sc. Program objectives

A Pipelined Approach for Iterative Software Process Model

Python Machine Learning

NAME OF ASSESSMENT: Reading Informational Texts and Argument Writing Performance Assessment

Australian Journal of Basic and Applied Sciences

Machine Learning from Garden Path Sentences: The Application of Computational Linguistics

A Version Space Approach to Learning Context-free Grammars

Star Math Pretest Instructions

MARKETING MANAGEMENT II: MARKETING STRATEGY (MKTG 613) Section 007

Lab Reports for Biology


Name Class Date. Graphing Proportional Relationships

Grade 8: Module 4: Unit 1: Lesson 11 Evaluating an Argument: The Joy of Hunting

Intra-talker Variation: Audience Design Factors Affecting Lexical Selections

English Language Arts Summative Assessment

Introduction on Lean, six sigma and Lean game. Remco Paulussen, Statistics Netherlands Anne S. Trolie, Statistics Norway

BUILDING CONTEXT-DEPENDENT DNN ACOUSTIC MODELS USING KULLBACK-LEIBLER DIVERGENCE-BASED STATE TYING

Planning a Dissertation/ Project

Measurement. Time. Teaching for mastery in primary maths

AQUA: An Ontology-Driven Question Answering System

Introduction to CRC Cards

Curriculum Design Project with Virtual Manipulatives. Gwenanne Salkind. George Mason University EDCI 856. Dr. Patricia Moyer-Packenham

Every curriculum policy starts from this policy and expands the detail in relation to the specific requirements of each policy s field.

Rule Learning With Negation: Issues Regarding Effectiveness

INTRODUCTION TO PSYCHOLOGY

-Journal of Arts, Science & Commerce

GACE Computer Science Assessment Test at a Glance

Arizona s College and Career Ready Standards Mathematics

Bell Work Integrating ELLs

An OO Framework for building Intelligence and Learning properties in Software Agents

Module 9: Performing HIV Rapid Tests (Demo and Practice)

Beyond the Blend: Optimizing the Use of your Learning Technologies. Bryan Chapman, Chapman Alliance

The Foundations of Interpersonal Communication

SYLLABUS- ACCOUNTING 5250: Advanced Auditing (SPRING 2017)

Understanding and Changing Habits

A simulated annealing and hill-climbing algorithm for the traveling tournament problem

Form no. (12) Course Specification

Rover Races Grades: 3-5 Prep Time: ~45 Minutes Lesson Time: ~105 minutes

Modeling user preferences and norms in context-aware systems

A Study of Metacognitive Awareness of Non-English Majors in L2 Listening

MINISTRY OF EDUCATION

Syllabus for CHEM 4660 Introduction to Computational Chemistry Spring 2010

Case study Norway case 1

Ericsson Wallet Platform (EWP) 3.0 Training Programs. Catalog of Course Descriptions

Transcription:

MAI 202 Artificial Intelligence Set A Duration: 1hr MM 15 1. What are basic properties of knowledge representation? Explain inheritable knowledge representation briefly. 3 marks 2. Explain state space search strategy for the following water-jug problem: You are given two jugs, a 4-litre one and a 3-litre one. Neither have any measuring markers on it. There is a pump that can be used to fill the jugs with water. How can you get exactly 2 litres of water into 4-litre jug. 2 marks 3. Which will work better for water-jug problem, BFS or DFS and why? 2 marks 4. Convert following wff into clause form. 2 marks 5 Consider the following sentences: 1) John likes all kind of food. 2) Apples are food. 3) Chicken is food. 4) Anything anyone eats and isn t killed by is food. 5) Bill eats peanuts and is still alive. 6) Sue eats everything Bill eats. a) Translate these sentences into formulas in predicate logic. b) Convert the formulas of part (a) into clause form. c) Prove that John like Peanuts using the resolution. 6 marks

M.Sc.(CS) Course-MAI 201(Concurrent Programming and Operating System) Time: 1 hr Max Marks: 15 SET B Q.1. What is difference between concurrent programming and sequential programming. Explain with example. [2] Q.2. A Shortest Job First algorithm may lead to starvation where a process with large execution time is made to wait for indefinitely long times. Suggest a modification to the SJF that overcomes this problem. [2] Q.3 What happens if the time allocated in a Round Robin Scheduling is very large? And what happens if the time allocated is very low? [2] Q.4. What are the methods for preventing the deadlocks. [4] Q. 5 Assuming the following jobs comes to execute with one processor, with the job arriving in the order listed here: Process Time to execute Arrival time 0 80 0 1 20 10 2 10 10 3 20 80 4 50 85 A. Suppose a system uses RR scheduling with a quantum of 15. a. Create a Gantt chart illustrating the execution of these processes? b. What is the turnaround time for process p3? c. What is the average wait time for the processes? [5]

MAI 204(Elective) Introduction to Cryptography Duration: 1hr Maximum Marks:15 Very Short Type 2X2=4marks 1. What are replay attacks? Give an example of replay attacks. 2. If the bit position before initial permutation is 5 6 1 2 9 0 5. Find the bit sequence using the following initial permutation table Short Type 7 5 1 4 3 2 6 3X2=6marks 1. Distinguish between the followings: a. Active and Passive attacks b. Symmetric Key and Asymmetric Key Encryption c. Stream Cipher and Block Ciphers 2. Write down the Steps for enciphering a text message using Hill Cipher Technique. Long Type (Please select any 1) 5X1=5marks 1. Explain the mechanism of CBC mode of Block cipher operation. Discuss the advantage over ECB Mode.

MAI 204(Elective) Neural Network Duration: 1hr MM 15 1. Hamming distance is the number of bits that are same between any two vectors (True/False) (2) 2. Explain what are attractor networks with the help of an example (3) 3. The learning rate should be kept as high as possible. State whether this is true or not alongwith the reason. (3) 4. Train the following network using backpropagation for two epochs. State whether there is some reduction in the error or not. Bias values are -0.4, 0.2, 0.1 for the nodes 4,5, 6 respectively (7) X = (1 1 0) w14 = 0.3 w34 = -0.5 w15 = -0.3 w35 = 0.2 w24 = 0.2 w46 = -0.3 w25 = 0.1 w56 = -0.2

M.Sc.(II Sem) MAI208: Principles and Practices of Management Time: 1 Hours Max. Marks: 15 Question 1 Define management levels. 1 mark Question 2: What is Management? 1 mark Question 3: Explain roles of manager.4 marks Question 4: What is Soldiering according to F.W. Taylor and its solution? 4 marks Question 5: Analyse and compare in terms of utility in present business situation classical and behavioural theory. 5 marks