Search:

Understanding coding using conditionals / by Harris, Patricia,author.(CARDINAL)737107;
890LAccelerated Reader ARWhat are conditionals? -- Formalism -- Understanding conditionals -- If-then -- If-then-else -- Else if -- Loops -- Lists and tables -- Your turn to try! -- Conditionals are important.This book explains the concept of conditionals and introduces readers to the if/Then/Else concept- a way to allow choices in computer programming. This book also explores several conditional statements from programming languages and talks about how we use conditional statements every day. --Provided by publisher.
Subjects: Computer programming; Conditionals (Logic); Logic;
Available copies: 3 / Total copies: 3
unAPI

Coding conditionals / by McKinney, Donna B.(Donna Bowen),author.(CARDINAL)788105;
Includes biographical references and index.Conditionals are a part of everyday life as well as computer code. This title covers what conditionals are and how they allow programs to make decisions. Easy-to-read text, vivid images, and helpful back matter give readers a clear look at this subject. Features include a table of contents, infographics, a glossary, additional resources, and an index. Aligned to Common Core Standards and correlated to state standards.710 L
Subjects: Computer programming; Conditionals (Logic); Coding theory.; Computer programming.; Conditionals (Logic);
Available copies: 1 / Total copies: 1
unAPI

If this / then that / by Borth, Teddy,author.(CARDINAL)615115;
Includes online resources and index.Checking outcomes -- Making decisions -- Look and react -- If this, then that.This title introduces the concept of "if this, then that" in coding by using relatable real-world examples. Vivid photographs and easy-to-read text aid comprehension for early readers. Features include a table of contents, an infographic, fun facts, Making Connections questions, a glossary, and an index. QR Codes in the book give readers access to book-specific resources to further their learning. Aligned to Common Core Standards and correlated to state standards.570LAccelerated Reader AR
Subjects: Application software; Computer programming; Conditionals (Logic);
Available copies: 2 / Total copies: 2
unAPI

Conditionals with the Incredibles 2 / by Loya, Allyssa,author.(CARDINAL)417697;
Includes bibliographical references (page 31) and index.What are conditionals? -- Strike a super pose -- Digging under the city -- An awesome new house -- Elastigirl on a mission, part 1 -- Bob's in charge -- Elastigirl on a mission, part 2 -- Supers attack! -- Mr. Incredible and Elastigirl need help -- Battle! -- Keep coding! -- Answer key -- Glossary -- Further information.A simple, low-level, unplugged introduction to conditionals designed for young readers not yet ready for coding on computers. Beloved characters from the world-famous Disney franchise The Incredibles draw in readers new to coding concepts--Ages 6-9.Grades K to 3.570L
Subjects: Juvenile works.; Incredibles 2 (Motion picture); Conditional expectations (Mathematics); Conditionals (Logic);
Available copies: 9 / Total copies: 9
unAPI

LSAT logical reasoning : strategy guide. by Manhattan LSAT (Firm)(CARDINAL)603711; Manhattan Prep (Firm)(CARDINAL)603712;
Logical reasoning overview -- The argument core -- Assumption questions -- Flaw questions -- The assumption family process -- Strengthen and weaken questions -- Principle support questions -- Conditional logic -- Principle example questions -- Analyze the argument questions -- Inference questions -- Matching questions -- Explain a result questions -- Conclusion.
Subjects: Examinations.; Study guides.; Law School Admission Test; Law schools; Logic; Facultés de droit; Law School Admission Test;
Available copies: 1 / Total copies: 1
unAPI

An introduction to formal logic [videorecording] / by Aronoff, Scott,director.; Gimbel, Steven,1968-speaker.(CARDINAL)476832; Houston, Alex,producer.; Leven, Jon,director.(CARDINAL)554917; Teaching Company.(CARDINAL)349444;
Course guidebook includes bibliographical references (pages 232-233).Presenter, Dr. Steven Gimbel, professor of philosophy at Gettysburg College.Award-winning Professor of Philosophy Steven Gimbel of Gettysburg College guides you with wit and charm through the full scope of this immensely rewarding subject in An Introduction to Formal Logic, 24 engaging half-hour lectures that teach you logic from the ground up-from the fallacies of everyday thinking to cutting edge ideas on the frontiers of the discipline. Professor Gimbel's research explores the nature of scientific reasoning and the ways in which science and culture interact, which positions him perfectly to make advanced abstract concepts clear and concrete. Packed with real-world examples and thought-provoking exercises, this course is suitable for everyone from beginners to veteran logicians.
Subjects: DVD video-discs.; Educational films.; Lectures.; Nonfiction films.; Logic.;
Available copies: 1 / Total copies: 1
unAPI

Think Java : how to think like a computer scientist / by Downey, Allen,author.(CARDINAL)834888; Mayfield, Chris(Computer scientist),author.(CARDINAL)832249;
Computer programming -- Variables and operators -- Input and output -- Methods and testing -- Conditionals and logic -- Loops and strings -- Arrays and references -- Recursive methods -- Immutable objects -- Mutable objects -- Designing classes -- Arrays of objects -- Objects of arrays -- Extending classes -- Arrays of arrays -- Reusing classes -- Advanced topics."Think Java" is a hands-on introduction to computer science and programming used by many universities and high schools around the world. Its conciseness, emphasis on vocabulary, and informal tone make it particularly appealing for readers with little or no experience. The book starts with the most basic programming concepts and gradually works its way to advanced object-oriented techniques. In this fully updated and expanded edition, authors Allen Downey and Chris Mayfield introduce programming as a means for solving interesting problems. Each chapter presents material for one week of a college course and includes exercises to help you practice what you've learned. Along the way, you'll see nearly every topic required for the AP computer science A exam and Java SE programmer I certification.
Subjects: Handbooks and manuals.; Java (Computer program language); Computer programming.; Data structures (Computer science); Object-oriented programming (Computer science);
Available copies: 2 / Total copies: 3
unAPI

The language of SQL / by Rockoff, Larry.(CARDINAL)599866;
Relational Databases and SQL -- Basic Data Retrieval -- Calculated Fields and Aliases -- Using Functions -- Sorting Data -- Selection Criteria -- Boolean Logic -- Inner Joins -- Outer Joins -- Self Joins and Views -- Subqueries -- Set Logic -- Stored Procedures and Parameters -- Modifying Data -- Maintaining Tables -- Conditional Logic -- Summarizing Data -- Subtotals and Crosstabs -- Principles of Database Design -- Strategies for Displaying DataMany SQL texts attempt to serve as an encyclopedic reference on SQL syntax -- an approach that is often counterproductive, because that information is readily available in online references published by the major database vendors. For SQL beginners, it&#x;s more important for a book to focus on general concepts and to offer clear explanations and examples of what various SQL statements can accomplish. This is that book. A number of features make The Language of SQL unique among introductory SQL books. First, you will not be required to download software or sit with a computer as you read the text. The intent of this book is to provide examples of SQL usage that can be understood simply by reading. Second, topics are organized in an intuitive and logical sequence. SQL keywords are introduced one at a time, allowing you to grow your understanding as you encounter new terms and concepts. Finally, this book covers the syntax of three widely used databases: Microsoft SQL Server, MySQL, and Oracle. Special "Database Differences" sidebars clearly show you any differences in syntax among these three databases, and instructions are included on how to obtain and install free versions of the databases. This is the only book you need to gain a quick working knowledge of SQL and relational databases. Learn How to use SQL to retrieve data from relational databases, apply functions and calculations to data, group and summarize data in a variety of useful ways, use complex logic to retrieve only the data you need, update data and create new tables, design relational databases so that data retrieval is easy and intuitive, use spreadsheets to transform your data into meaningful displays, retrieve data from multiple tables via joins, subqueries, views, and set logic, create, modify, and execute stored procedures, install Microsoft SQL Server, MySQL, or Oracle. -- Provided by publisher.
Subjects: SQL (Computer program language); Relational databases.;
Available copies: 2 / Total copies: 3
unAPI

Supernatural. [videorecording] / by Ackles, Jensen,actor.(CARDINAL)873348; Beaver, Jim,1950-actor.(CARDINAL)555325; Collins, Misha,actor.(CARDINAL)815310; Padalecki, Jared,1982-actor.; Sgriccia, Philip J.director.(CARDINAL)873413; Wright, Thomas J.(Tom)director.; Warner Bros. Entertainment,publisher.(CARDINAL)340305;
Stranger in a strange land -- Gods and monsters -- The scar -- Mint condition -- Nightmare logic -- Optimism -- Unhuman nature -- Byzantium -- The spear -- Hihilism -- Damaged goods -- Prophet and loss -- Lebanon -- Ouroboros -- Peace of mind -- Don't go into the woods -- Game night -- Absence -- Jack in the box -- Moriah.Jared Padalecki, Jensen Ackles, Misha Collins, Jim Beaver, Mark Pellegrino, Alexander Calvert.In season thirteen, the Winchester brothers were thrown into a frightening alternative universe, an apocalyptic domain where they were never born, all while training Jack and saving their mother. And they won. But with Lucifer's apparent death came a new obstacle to face in season fourteen, the Archangel Michael, who has now escaped the other universe in Dean's body! Sam, Castiel, and Jack are working on getting Dean back and stopping Michael before his Apocalypse-World agenda gains strength.Rating: Not ratedEnglish subtitles for the deaf and hard-of-hearing (SDH)DVD; widescreen presentation; Region 1; 5.1 surround; Dolby audio.
Subjects: Fantasy television programs.; Fiction television programs.; Horror television programs.; Television series.; Thrillers (Television programs); Angels; Brothers; Devil; Good and evil; Supernatural; Television programs.;
Available copies: 10 / Total copies: 10
unAPI

Our harsh logic : Israeli soldiers' testimonies from the occupied territories, 2000-2010 / by Shovrim shetiḳah (Organization : Israel)(CARDINAL)825101;
Israeli soldiers speak out for the first time about the truth of the occupation of the Palestinian territories.
Subjects: Palestinian Arabs; Palestinian Arabs; Palestinian Arabs; Palestinian Arabs; Soldiers;
Available copies: 1 / Total copies: 1
unAPI