Exercises for CS1512 Week 12 Sets (questions).

Slides:



Advertisements
Similar presentations
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Integer Addition Integer Subtraction.
Advertisements

DIVIDING INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
SUBTRACTING INTEGERS 1. CHANGE THE SUBTRACTION SIGN TO ADDITION
MULT. INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
Exercises for CS1512 Weeks 7 and 8 Propositional Logic 1 (questions)
Chapter 1: Time Management You are in charge of your time management. Everyone gets the same hours in a day—24. What you do with your time in college is.
Lesson 1.3 Unit 1, Lesson 3. Set:A collection of distinct objects Elements:All of the objects that make up a set.
X-and Y-intercepts. Standard Form (of a linear equation) ax + by = c, where a, b, and c are integers.
Week 1.
Fact Families By: Gianna Boland.
MIPS Coding. Exercise 1 4/17/2015week04-3.ppt2 Suppose we have three arrays, A, B, C, all of size 10. Now we want to set C[i] = min(A[i], B[i]) for all.
Exercise Exercise3.1 8 Exercise3.1 9 Exercise
1 Lab Session-3 CSIT221 Spring 2003 b Group Worksheet 3 Exercise (Demo Required) b No new lab demo will be assigned to allow you to focus on HW#1.
Exercise Exercise Exercise Exercise
Exercise Exercise Exercise Exercise
Exercise Exercise6.1 7 Exercise6.1 8 Exercise6.1 9.
Presents. What are integers? positive numbersnegative numbers Integers is the family name for positive and negative whole numbers.
E Birbeck 7/04 Natural Numbers Whole Numbers Integers Rational Numbers.
How do I collect sample data from population? 7.6 Sample Data and Populations Example 1 Collect data by randomly sampling A gym has 467 female members.
Finding Square Roots Grade 8 Ms. Stewart COPY SLIDES WHEN YOU SEE THIS.
Saturday, 09 September 2006 ©RSH Number Square and Cube Numbers.
3.3 Rules for Differentiation Quick Review In Exercises 1 – 6, write the expression as a power of x.
WEEK 1 You have 10 seconds to name…
Objective: Order negative and positive integers and place on a number line © Hamilton Trust Stepping Up Term 2 Week 6 Day 3.
Homework #4: Operator Overloading and Strings By J. H. Wang May 22, 2015.
DEVRY CIS 115 All Exercises Week 1 to Week 7 Check this A+ tutorial guideline at
BUS 642 Week 1 Exercises Complete the Following Exercises Complete Discussion Questions 1, 2, and 5 on page 22. Complete Making Research Decisions Question.
BUS 642 Week 2 Exercises Complete the following exercises: In your text book Complete Making Research Decisions 1, page 50 In text answer Terms in Review,
MKT 230 Week 2 Individual Marketing Plan Exercise Review the Marketing Plan Exercise found on p. 136 of the textbook. Answer questions 1–5 of the Marketing.
MGT 210 Week 3 Assignment Exercise 7-2 To purchase this material click on below link 210/MGT-210-Week-3-Assignment-Exercise-7-
PSY 210 Week 5 Exercise Conformity Response Appendix E To purchase this material click on below link 210/PSY-210-Week-5-Exercise-Conformity-
QRB 501 Week 2 Exercise 1 Markup = 70; cost = 83% a) Find the cost b) Find the selling price To purchase this material click on the link
QRB 501 Week 3 Exercise 3 Statistics Use the data to find the statistical measures a. What.
BSHS 332 Week 3 Learning Team Website Regulatory Exercise Check this A+ tutorial guideline at 332/BSHS-332-Week-3-Learning-Team-
IT 242 Week 6 Exercise Toolwire® Lab To purchase this material link 242-Week-6-Exercise-Toolwire-Lab For more.
BIO 315 Week 2 Learning Team Exercises Complete the following: After reading Ch. 1 of Essentials of Ecology, create an outline of the main interactions.
BIO 315 Week 3 Learning Team Exercises Ecosystem Stability ·Complete the following: Identify producers and consumers in your native biome and answer the.
BIO 315 Week 5 Learning Team Exercises Case Study Review and Discussion Complete the following: Read the field study in Ch. 20 of Elements of Ecology and.
ACC 225 Week 1 Exercise Accounting and Business Organizations · Resource: Fundamental Accounting Principles, p. 30 · Post your answers to Exercises 1-1.
ACC 291 Week 2 Individual WileyPLUS Assignment Resource: WileyPLUS Complete the following WileyPLUS Week Two Exercises and Problem: Exercise E8-3 Exercise.
ACC 291 Week 3 Individual WileyPLUS Assignment Resource: WileyPLUS Complete the following WileyPLUS Week Three Exercises and Problems: Exercise E9-7 Exercise.
ACC 3020 Innovative Education--snaptutorial.com
ACC 5320 Innovative Education--snaptutorial.com
ACC 5325 Innovative Education--snaptutorial.com
BIS 311 Innovative Education-- snaptutorial.com
MTH 209 Competitive Success/snaptutorial.com
CRJ 535 Innovative Education-- snaptutorial.com
MGMT 592 Competitive Success/snaptutorial.com
MGMT 592Competitive Success/tutorialrank.com
MGMT 592 Enthusiastic Studysnaptutorial.com
MTH 405 Enthusiastic Study/snaptutorial.com
Come and be a member of our website.
HCS 341 Education on your terms/tutorialrank.com.
MGMT 592 Education for Service-- snaptutorial.com
MGMT 592 Education for Service-- tutorialrank.com.
MTH 209 Education for Service/snaptutorial.com
MGMT 592 Teaching Effectively-- snaptutorial.com
MTH 209 Enthusiastic Studysnaptutorial.com
MTH 463 Enthusiastic Studysnaptutorial.com
MTH 209 Education for Service/tutorialrank.com
تهیه کننده: محمدرفعتی فرد
Brackets, Factors and Equations
Choose the best answer for each problem.
Exercise 2 Main Module Declare Integer dollars String message
Exercise 5: Identify the Moisture Problems
Factor A factor of an integer is any integer that divides the given integer with no remainder.
Exercise Find the following products mentally. 5(20) 100 5(7) 35 5(27)
2 4 −4 −2 −5 −3 −
Math 0332 Subsets Name ________________________
Chapter 2: Adding Integers
Presentation transcript:

Exercises for CS1512 Week 12 Sets (questions)

List the members of these sets: {x | x is an integer  x >0  x<12} {x | x is the square of an integer and x<100} {x | x is an integer such that x2 = 2} For each of the following sets, determine whether 2 is an element of that set {2,{3}} {{2},{2,{2}}} {{{2}}} Give the cardinality of the sets in questions 1 and 2.

4. Which of the following statements are true? 1{0,1,2,3} {0,1,2}{0,1,2,3} {0,1,2}{0,1,2,3} 0 {0}  {} {} {} 5. Suppose AB and BC. Prove or disprove AC. ABC CDD C  P(C)

4. Translate into English and determine the truth value of each of the following: (R is the set of real numbers.) xR(x2x) xR(x2-1) xR(x2x) xRyR(y=x+1) xRyR(y=x2)

5. This exercise explores Russell’s paradox. First some easy bits: Is it true that {a}{a}? Why (not)? Define S={x|x{a,b,c}}. What is S? Define T={a,b,c,d,e}. What is {xT|x{a,b,c}}. Now for the hard part: d. Define V={x|xx}. Is VV? Why (not)? e. Define W={x|xx}. Is WW? Why (not)?