Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Computational Thinking for Problem Solving and Managerial Mindset Training, Dall`acqua Luisa


Варианты приобретения
Цена: 181110.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: 199 шт.  
При оформлении заказа до:
Ориентировочная дата поставки:
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Dall`acqua Luisa
Название:  Computational Thinking for Problem Solving and Managerial Mindset Training
ISBN: 9781799871279
Издательство: Mare Nostrum (Eurospan)
Классификация:

ISBN-10: 1799871274
Обложка/Формат: Paperback
Вес: 0.56 кг.
Дата издания: 30.07.2021
Серия: Economics/Business/Finance
Язык: English
Иллюстрации: Illustrations, unspecified; illustrations, unspecified
Размер: 25.40 x 17.78 x 1.73 cm
Читательская аудитория: Professional and scholarly
Ключевые слова: Management & management techniques,Management decision making, BUSINESS & ECONOMICS / Decision-Making & Problem Solving,BUSINESS & ECONOMICS / Management,BUSINESS & ECONOMICS / Management Science
Рейтинг:
Поставляется из: Англии
Описание: The cultural, social, and economic history of mankind is characterized by a succession of needs and problems that have stimulated the invention of operational and conceptual tools to facilitate their solution. The continuous presentation of new needs, an attempt to improve partial solutions to old problems, curiosity, and the disinterested search for knowledge then constituted the fundamental push for scientific, cultural, economic, and social progress. In an increasingly digital society, where software technological tools permeate daily life and, consequently, change the management of reality, mastering of transversal skills is crucial for success. Computational thinking is a set of transversal skills related to the foundations of computer science as a scientific discipline and means a mastering to the process of solving problems. The goal of computational thinking is to acquire interpretative perspectives of reality, which allows one to read the digital experience competently and responsibly.

Computational Thinking for Problem Solving and Managerial Mindset Training explores how individuals can be trained into managerial mindsets through computational thinking and computer science. It explores how computer science can be used as a valid guideline to develop skills such as effective soft skills, communication skills, and collaboration. Further, the chapters explore the adoption of computational thinking for individuals to gain managerial mindsets and successfully solve questions and problems in their domain of interest. This will include artificial intelligence applications, strategic thinking, management training, ethics, emergency managerial mindsets, and more. This book is valuable for managers, professionals, practitioners, researchers, academicians, and students interested in how computational thinking can be applied for the training of managerial mindsets.


Computational Thinking for Problem Solving and Managerial Mindset Training

Автор: Dall`acqua Luisa
Название: Computational Thinking for Problem Solving and Managerial Mindset Training
ISBN: 1799871266 ISBN-13(EAN): 9781799871262
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 239310.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The cultural, social, and economic history of mankind is characterized by a succession of needs and problems that have stimulated the invention of operational and conceptual tools to facilitate their solution. The continuous presentation of new needs, an attempt to improve partial solutions to old problems, curiosity, and the disinterested search for knowledge then constituted the fundamental push for scientific, cultural, economic, and social progress. In an increasingly digital society, where software technological tools permeate daily life and, consequently, change the management of reality, mastering of transversal skills is crucial for success. Computational thinking is a set of transversal skills related to the foundations of computer science as a scientific discipline and means a mastering to the process of solving problems. The goal of computational thinking is to acquire interpretative perspectives of reality, which allows one to read the digital experience competently and responsibly.

Computational Thinking for Problem Solving and Managerial Mindset Training explores how individuals can be trained into managerial mindsets through computational thinking and computer science. It explores how computer science can be used as a valid guideline to develop skills such as effective soft skills, communication skills, and collaboration. Further, the chapters explore the adoption of computational thinking for individuals to gain managerial mindsets and successfully solve questions and problems in their domain of interest. This will include artificial intelligence applications, strategic thinking, management training, ethics, emergency managerial mindsets, and more. This book is valuable for managers, professionals, practitioners, researchers, academicians, and students interested in how computational thinking can be applied for the training of managerial mindsets.

Автор: Riley, David , Hunt, Kenny A.
Название: Computational Thinking for the Modern Problem Solver, Second Edition
ISBN: 1138581062 ISBN-13(EAN): 9781138581067
Издательство: Taylor&Francis
Рейтинг:
Цена: 71450.00 T
Наличие на складе: Нет в наличии.
Описание: Through examples and analogies, this book introduces computational thinking as part of an introductory computing course and shows how computer science concepts are applicable to other fields. It keeps the material accessible and relevant to non-computer science majors.

Introduction to Computational Thinking: Problem Solving, Algorithms, Data Structures, and More

Автор: Mailund Thomas
Название: Introduction to Computational Thinking: Problem Solving, Algorithms, Data Structures, and More
ISBN: 1484270762 ISBN-13(EAN): 9781484270769
Издательство: Springer
Рейтинг:
Цена: 69870.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: 1 Introduction 1Models of the world and formalising problems . . 4What is computational thinking? . . . . . . . . . 6Computational thinking in a broader context . . . 12What is to come . . . . . . . . . . . . . . . . . . 152 Introducing Python programming 19Obtaining Python . . . . . . . . . . . . . . . . . 20Running Python . . . . . . . . . . . . . . . . . . 22Expressions in Python . . . . . . . . . . . . . . . 22Logical (or boolean) expressions . . . . . . . . . . 26Variables . . . . . . . . . . . . . . . . . . . . . . 30Working with strings . . . . . . . . . . . . . . . . 32Lists . . . . . . . . . . . . . . . . . . . . . . . . 36Tuples . . . . . . . . . . . . . . . . . . . . . . . 41iiiSets and dictionaries . . . . . . . . . . . . . . . . 42Input and output . . . . . . . . . . . . . . . . . . 44Conditional statements (if statements) . . . . . . 47Loops (for and while) . . . . . . . . . . . . . . . 50Using modules . . . . . . . . . . . . . . . . . . . 543 Introduction to algorithms 57Designing algorithms . . . . . . . . . . . . . . . 62Exercises for sequential algorithms . . . . . . . . 81Exercises on lists . . . . . . . . . . . . . . . . . . 874 Algorithmic eciency 95The RAM model of a computer and its primitiveoperations . . . . . . . . . . . . . . . . . . 97Types of eciency . . . . . . . . . . . . . . . . . 107Asymptotic running time and big-Oh notation . . 116Empirically validating an algorithms running time 1355 Searching and sorting 141Searching . . . . . . . . . . . . . . . . . . . . . . 142Sorting . . . . . . . . . . . . . . . . . . . . . . . 147Generalising searching and sorting . . . . . . . . 182How computers represent numbers . . . . . . . . 1866 Functions 197Parameters and local and global variables . . . . . 203Side eects . . . . . . . . . . . . . . . . . . . . . 210Returning from a function . . . . . . . . . . . . . 215Higher order functions . . . . . . . . . . . . . . . 221Functions vs function instances . . . . . . . . . . 227Default parameters and keyword arguments . . . 230Generalising parameters . . . . . . . . . . . . . . 234Exceptions . . . . . . . . . . . . . . . . . . . . . 239Writing your own Python modules . . . . . . . . 2517 Inner functions 253A comparison function for a search algorithm . . 256Counter function . . . . . . . . . . . . . . . . . . 261Apply . . . . . . . . . . . . . . . . . . . . . . . . 265Currying functions . . . . . . . . . . . . . . . . . 269Function composition . . . . . . . . . . . . . . . 274Thunks and lazy evaluation . . . . . . . . . . . . 276Decorators . . . . . . . . . . . . . . . . . . . . . 281Eciency . . . . . . . . . . . . . . . . . . . . . . 2888 Recursion 291Denitions of recursion . . . . . . . . . . . . . . 291Recursive functions . . . . . . . . . . . . . . . . 293Recursion stacks . . . . . . . . . . . . . . . . . . 297Recursion and iteration . . . . . . . . . . . . . . 307Tail-calls . . . . . . . . . . . . . . . . . . . . . . 316Continuations . . . . . . . . . . . . . . . . . . . 324Continuations, thunks and trampolines . . . . . . 3359 Divide and conquer and dynamic programming 343Divide and conquer running times . . . . . . . . 355Dynamic programming . . . . . . . . . . . . . . 371Representing oating point numbers . . . . . . . 39210 Hidden Markov models 399Probabili

Jumpstart Thinking Skills and Problem Solving: Games and Activities for Ages 7-14

Автор: Bowkett Steve
Название: Jumpstart Thinking Skills and Problem Solving: Games and Activities for Ages 7-14
ISBN: 1138783315 ISBN-13(EAN): 9781138783317
Издательство: Taylor&Francis
Рейтинг:
Цена: 18370.00 T
Наличие на складе: Нет в наличии.
Описание:

Jumpstart Thinking Skills and Problem Solving presents a collection of simple to use, multi-sensory games and activities which will jumpstart students' understanding of problem solving in action. If you are one of the thousands of teachers looking for a range of practical and fun ideas to engage pupils in effective proactive learning, then this is the perfect book for you.

Specifically written to help teachers work within the guidelines of the new curriculum, activities in the book will help pupils to explore and learn a wide range of problem solving and independent thinking skills in an atmosphere of fun, mutual support and tolerance.

Sections within the book reflect key areas of the new curriculum and offer a treasure trove of ideas for building problem solving and thinking skills into daily teaching.and provide tried and tested methods of helping children 'learn how to learn'.

Areas include: -

    • Building problem solving confidence
    • Thinking and problem solving in literacy
    • Thinking and Problem solving in science
    • Problem solving in philosophy
    • Emotional resourcefulness and life skills

 

Jumpstart Thinking Skills and Problem Solving will celebrate the joy of critical and independent thinking and become a vital resource for all classroom teachers at Key Stage 2 and 3.


Design Thinking in Play: An Action Guide for Educators

Автор: Gallagher Alyssa, Thordarson Kami
Название: Design Thinking in Play: An Action Guide for Educators
ISBN: 1416628851 ISBN-13(EAN): 9781416628859
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 26790.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Design thinking is a person-centered, problem-solving process that's a go-to for innovative businesses and gaining traction with school leaders interested in positive change. But understanding design thinking is one thing; actually putting it in play is something else.

Authors Alyssa Gallagher and Kami Thordarson offer educators a practical guide for navigating design thinking's invigorating challenges and reaping its considerable rewards. They dig deep into the five-stage design thinking process, highlighting risk factors and recommending specific steps to keep you moving forward. The 25 downloadable and reproducible tools provide prompts and supports that will help you and your team:

  • Identify change opportunities.
  • Dig deeper into complex problems.
  • Analyze topics to isolate specific challenges.
  • Connect with and solve for user needs.
  • Apply what you've learned about users to design challenges.
  • Maximize brainstorming power.
  • Create and employ solution prototypes.
  • Pitch solutions and secure buy-in from stakeholders.
  • Organize and analyze user feedback.
  • Map out a solution's specific actions and resource requirements.


Design Thinking in Play is a must-have for education leaders who are tired of waiting for someone else to solve their problems and ready to take action, have fun, and leverage collective insight to figure out what will really work for their school, their colleagues, and their students.

Computational physics: problem solving with computers, 2nd edition

Автор: Landau
Название: Computational physics: problem solving with computers, 2nd edition
ISBN: 3527406263 ISBN-13(EAN): 9783527406265
Издательство: Wiley
Рейтинг:
Цена: 126720.00 T
Наличие на складе: Поставка под заказ.
Описание: Computational Physics shows students how to use computers to solve scientific problems and understand systems at a level previously possible only in a research environment. The second edition is updated to include Java as the standard programming language. Other features include: * Expanded materials on probability and statistics * Discussion of IEEE floating point arithmetic * Sections on optimization and tuning * "Trial and error" search techniques based on the bisection algorithm and the Newton-Raphson method

Problem Solving Handbook in Computational Biology and Bioinformatics

Автор: Lenwood S. Heath; Naren Ramakrishnan
Название: Problem Solving Handbook in Computational Biology and Bioinformatics
ISBN: 1489973486 ISBN-13(EAN): 9781489973481
Издательство: Springer
Рейтинг:
Цена: 121110.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Bioinformatics is constantly evolving, but a core body of algorithmic ideas for a problem-solving approach in the field has emerged. This handbook stresses that approach as it covers all relevant areas of computational biology and bioinformatics.

Machine Learning Algorithms for Problem Solving in Computational Applications: Intelligent Techniques

Автор: Siddhivinayak Kulkarni
Название: Machine Learning Algorithms for Problem Solving in Computational Applications: Intelligent Techniques
ISBN: 1466618337 ISBN-13(EAN): 9781466618336
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 189420.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Addresses the complex realm of machine learning and its applications for solving various real-world problems in a variety of disciplines, such as manufacturing, business, information retrieval, and security. This premier reference source is essential for professors, researchers, and students in artificial intelligence as well as computer science and engineering.

Computational Models for Biomedical Reasoning and Problem Solving

Автор: Chung-Hao Chen, Sen-Ching Samson Cheung
Название: Computational Models for Biomedical Reasoning and Problem Solving
ISBN: 1522574670 ISBN-13(EAN): 9781522574675
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 267960.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: The results of computational model simulations allow researchers and clinicians to make predictions about what will happen in the biological systems that are being studied in response to changing conditions for a disease or disorder. With a well-developed computational model, researchers and clinicians can better understand the cause of a disease or a disorder and predict treatment results. Computational Models for Biomedical Reasoning and Problem Solving is a critical scholarly publication that provides insightful strategies to developing computational models that allow for the better understanding and treatment of various diseases and disorders. Featuring topics such as biomedicine, neuroscience, and artificial intelligence, this book is ideal for practitioners, clinicians, researchers, psychologists, and engineers.

Simulation and Computational Red Teaming for Problem Solving

Автор: Hussein A Abbass, Jiangjun Tang, George Leu
Название: Simulation and Computational Red Teaming for Problem Solving
ISBN: 1119527171 ISBN-13(EAN): 9781119527176
Издательство: Wiley
Рейтинг:
Цена: 127720.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

An authoritative guide to computer simulation grounded in a multi-disciplinary approach for solving complex problems

Simulation and Computational Red Teaming for Problem Solving offers a review of computer simulation that is grounded in a multi-disciplinary approach. The authors present the theoretical foundations of simulation and modeling paradigms from the perspective of an analyst. The book provides the fundamental background information needed for designing and developing consistent and useful simulations. In addition to this basic information, the authors explore several advanced topics.

The book's advanced topics demonstrate how modern artificial intelligence and computational intelligence concepts and techniques can be combined with various simulation paradigms for solving complex and critical problems. Authors examine the concept of Computational Red Teaming to reveal how the combined fundamentals and advanced techniques are used successfully for solving and testing complex real-world problems. This important book:

- Demonstrates how computer simulation and Computational Red Teaming support each other for solving complex problems

- Describes the main approaches to modeling real-world phenomena and embedding these models into computer simulations

- Explores how a number of advanced artificial intelligence and computational intelligence concepts are used in conjunction with the fundamental aspects of simulation

Written for researchers and students in the computational modelling and data analysis fields, Simulation and Computational Red Teaming for Problem Solving covers the foundation and the standard elements of the process of building a simulation and explores the simulation topic with a modern research approach.


Computational Modeling and Problem Solving in the Networked World

Автор: Hemant K. Bhargava; Nong Ye
Название: Computational Modeling and Problem Solving in the Networked World
ISBN: 1461353661 ISBN-13(EAN): 9781461353669
Издательство: Springer
Рейтинг:
Цена: 139750.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book is a compilation of a selected subset of research articles presented at the Eighth INFORMS Computing Society Conference, held in Chandler, Arizona, from January 8 to 10, 2003.

Critical thinking : a beginner`s guide to critical thinking, better decision making and problem solving!

Автор: Jenifer Wilson
Название: Critical thinking : a beginner`s guide to critical thinking, better decision making and problem solving!
ISBN: 1542966140 ISBN-13(EAN): 9781542966146
Издательство: Неизвестно
Рейтинг:
Цена: 14230.00 T
Наличие на складе: Невозможна поставка.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия