ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Visual Basic For Kids: A Step by Step Computer Programming Tutorial

دانلود کتاب Visual Basic برای کودکان: آموزش گام به گام برنامه نویسی کامپیوتر

Visual Basic For Kids: A Step by Step Computer Programming Tutorial

مشخصات کتاب

Visual Basic For Kids: A Step by Step Computer Programming Tutorial

ویرایش: 15th Edition 
نویسندگان:   
سری:  
ISBN (شابک) : 9781937161613 
ناشر: Kidware Software LLC 
سال نشر: 2017 
تعداد صفحات: 0 
زبان: English 
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 8 مگابایت 

قیمت کتاب (تومان) : 50,000



کلمات کلیدی مربوط به کتاب Visual Basic برای کودکان: آموزش گام به گام برنامه نویسی کامپیوتر: ویژوال بیسیک برای کودکان



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 12


در صورت تبدیل فایل کتاب Visual Basic For Kids: A Step by Step Computer Programming Tutorial به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب Visual Basic برای کودکان: آموزش گام به گام برنامه نویسی کامپیوتر نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب Visual Basic برای کودکان: آموزش گام به گام برنامه نویسی کامپیوتر

VISUAL Basic FOR KIDS یک آموزش برنامه نویسی گام به گام است که شامل 10 فصل است که (به زبان ساده و آسان) نحوه ساخت یک برنامه کاربردی ویندوز ویژوال بیسیک را توضیح می دهد. دانش آموزان در مورد طراحی پروژه، جعبه ابزار ویژوال بیسیک و بسیاری از عناصر زبان بیسیک یاد می گیرند. مثال های متعددی برای نشان دادن هر مرحله در فرآیند ساخت استفاده می شود. این آموزش همچنین شامل چندین پروژه کامپیوتری دقیق برای دانش‌آموزان می‌شود تا بسازند و امتحان کنند. این پروژه ها شامل یک بازی حدس زدن اعداد، یک بازی با ورق، یک ماشین حساب کمک هزینه، یک برنامه نقاشی، یک بازی پایتخت ایالت، تیک تاک و حتی یک بازی ویدیویی ساده است.


توضیحاتی درمورد کتاب به خارجی

VISUAL BASIC FOR KIDS is a beginning step-by-step programming tutorial consisting of 10 chapters explaining (in simple, easy-to-follow terms) how to build a Visual Basic Windows application. Students learn about project design, the Visual Basic toolbox, and many elements of the BASIC language. Numerous examples are used to demonstrate every step in the building process. The tutorial also includes several detailed computer projects for students to build and try. These projects include a number guessing game, a card game, an allowance calculator, a drawing program, a state capitals game, Tic-Tac-Toe and even a simple video game.



فهرست مطالب

Course Description
Course Prerequisites
A Brief Word on the Course
Installing and Using the Downloadable Solution Files
Using Visual Basic For Kids
How To Take the Course
Forward by Alan Payne, A Computer Science Teacher
1. Introducing Visual Basic
A Story About Bill and Paul
Let’s Get Started
Starting Visual Basic
Opening a Visual Basic Project
Running a Visual Basic Project
Stopping a Visual Basic Project
Stopping Visual Basic
Summary
2. The Visual Basic Design Environment
Review and Preview
Parts of a Visual Basic Project
Parts of the Visual Basic Environment
Starting a New Visual Basic Project
Main Window
Solution Explorer Window
Design Window
Toolbox Window
Properties Window
Moving Around in Visual Basic
Solution Explorer Window
Properties Window
Code Window
Summary
3. Your First Visual Basic Project
Review and Preview
Steps in Building a Visual Basic Project
Placing Controls on the Form
Example
Setting Control Properties (Design Mode)
Naming Controls
Setting Properties in Run Mode
How Control Names are Used in Event Procedures
Writing Event Procedures
Example
Summary
4. Project Design, Forms, Buttons
Review and Preview
Project Design
Saving a Visual Basic Project
On-Line Help
The Form Control
Properties
Example
Events
Typical Use of Form Control
Button Control
Properties
Example
Events
Typical Use of Button Control
BASIC - The First Lesson
Event Procedure Structure
Assignment Statement
Property Types
Comments
Project - Form Fun
Project Design
Place Controls on Form
Set Control Properties
Write Event Procedures
Run the Project
Other Things to Try
Summary
5. Labels, Text Boxes, Variables
Review and Preview
Debugging a Visual Basic Project
Syntax Errors
Run-Time Errors
Logic Errors
Label Control
Properties
Example
Events
Typical Use of Label Control
Text Box Control
Properties
Example
Events
Typical Use of Text Box Control
BASIC - The Second Lesson
Variables
Variable Names
Variable Types
Declaring Variables
Arithmetic Operators
Val and Str Functions
String Concatenation
Project - Savings Account
Project Design
Place Controls on Form
Set Control Properties
Write Event Procedures
Run the Project
Other Things to Try
Summary
6. UpDown Control, Decisions, Random Numbers
Review and Preview
Numeric UpDown Control
Properties
Example
Events
Typical Use of Numeric UpDown Control
BASIC - The Third Lesson
Logical Expressions
Comparison Operators
Logical Operators
Decisions - The If Statement
Random Number Generator
Project - Guess the Number Game
Project Design
Place Controls on Form
Set Control Properties
Write Event Procedures
Run the Project
Other Things to Try
Summary
7. Icons, Group Boxes, Check Boxes, Radio Buttons
Review and Preview
Icons
Custom Icons
Assigning Icons to Forms
Group Box Control
Properties
Placing Controls in a Group Box
Example
Typical Use of Group Box Control
Check Box Control
Properties
Example
Events
Typical Use of Check Box Control
Radio Button Control
Properties
Example
Events
Typical Use of Radio Button Control
BASIC - The Fourth Lesson
Decisions - Select Case
Project - Sandwich Maker
Project Design
Place Controls on Form
Set Control Properties
Write Event Procedures
Run the Project
Other Things to Try
Summary
8. Panels, Mouse Events, Colors
Review and Preview
Panel Control
Properties
Typical Use of Panel Control
Graphics Using the Panel Control
Graphics Methods
Graphics Objects
Colors
Example
Pen Objects
Graphics Coordinates
DrawLine Method
Graphics Review
Example
BASIC - The Fifth Lesson
Mouse Events
MouseDown Event
Example
MouseUp Event
Example
MouseMove Event
Example
Project - Blackboard Fun
Project Design
Place Controls on Form
Set Control Properties
Write Event Procedures
Run the Project
Other Things to Try
Summary
9. Picture Boxes, Arrays
Review and Preview
Picture Box Control
Properties
Image Property
Example
SizeMode Property
Example
Events
Typical Use of Picture Box Control
BASIC - The Sixth Lesson
Variable Arrays
For/Next Loops
Procedure Level Variables
Shuffle Routine
Project - Card Wars
Project Design
Place Controls on Form
Set Control Properties
Write Event Procedures
Run the Project
Other Things to Try
Summary
10. Timers, Animation, Keyboard Events
Review and Preview
Timer Control
Properties
Events
Examples
Typical Use of Timer Control
BASIC - The Final Lesson
Animation - The DrawImage Method
Image Disappearance
Border Crossing
Image Erasure
Collision Detection
Keyboard Events
KeyDown Event
KeyPress Event
Project – Beach Balls
Project Design
Place Controls on Form
Set Control Properties
Write Event Procedures
Run the Project
Other Things to Try
Summary
Bonus Projects
Preview
Project 1 – Stopwatch
Project Design
Place Controls on Form
Set Control Properties
Write Event Procedures
Run the Project
Other Things to Try
Project 2 - Tic-Tac-Toe
Project Design
Place Controls on Form
Set Control Properties
Write Event Procedures
Run the Project
Other Things to Try
Project 3 - Dice Rolling
Project Design
Place Controls on Form
Set Control Properties
Write Event Procedures
Run the Project
Other Things to Try
Project 4 - State Capitals
Project Design
Place Controls on Form
Set Control Properties
Write Event Procedures
Run the Project
Other Things to Try
Project 5 - Memory Game
Project Design
Place Controls on Form
Set Control Properties
Write Event Procedures
Run the Project
Other Things to Try
Bonus Project – Pong!
More Self-Study or Instructor-Led Computer Programming Tutorials by Kidware Software




نظرات کاربران