ar
Feedback
منصة ايفولف للخدمات الطلابية

منصة ايفولف للخدمات الطلابية

الذهاب إلى القناة على Telegram

لطلب المساعدة  في حلول الاختبارات والمشاريع والواجبات والمشاريع والأبحاث بجودة عالية وثقة وضمان الفل مارك : https://wa.me/+966548744915 او @Studservises

إظهار المزيد

📈 نظرة تحليلية على قناة تيليجرام منصة ايفولف للخدمات الطلابية

تُعد قناة منصة ايفولف للخدمات الطلابية (@evolvesol) في القطاع اللغوي العربية لاعباً نشطاً. يضم المجتمع حالياً 15 435 مشتركاً، محتلاً المرتبة 13 033 في فئة التعليم والمرتبة 4 822 في منطقة المملكة العربية السعودية.

📊 مؤشرات الجمهور والحراك

منذ تأسيسه في невідомо، حقق المشروع نمواً سريعاً وجمع 15 435 مشتركاً.

بحسب آخر البيانات بتاريخ 02 يوليو, 2026، تحافظ القناة على نشاط مستقر. خلال آخر 30 يوماً تغيّر عدد الأعضاء بمقدار -122، وفي آخر 24 ساعة بمقدار -7، مع بقاء الوصول العام مرتفعاً.

  • حالة التحقق: غير موثّقة
  • معدل التفاعل (ER): يبلغ متوسط تفاعل الجمهور 18.53‎%. وخلال أول 24 ساعة من النشر يحصد المحتوى عادةً N/A‎% من ردود الفعل نسبةً إلى إجمالي المشتركين.
  • وصول المنشورات: يحصل كل منشور على متوسط 2 862 مشاهدة. وخلال اليوم الأول يجمع عادةً 0 مشاهدة.
  • التفاعلات والاستجابة: يتفاعل الجمهور بانتظام؛ متوسط التفاعلات لكل منشور يبلغ 3.
  • الاهتمامات الموضوعية: يركز المحتوى على مواضيع رئيسية مثل تَسرِيب, فِتر, بَيَان, حَجز, حَلّ.

📝 الوصف وسياسة المحتوى

يصف المؤلف القناة بأنها مساحة للتعبير عن الآراء الذاتية:
لطلب المساعدة  في حلول الاختبارات والمشاريع والواجبات والمشاريع والأبحاث بجودة عالية وثقة وضمان الفل مارك : https://wa.me/+966548744915 او @Studservises

بفضل وتيرة التحديث المرتفعة (أحدث البيانات بتاريخ 03 يوليو, 2026) تحافظ القناة على حداثتها ومستوى وصول مرتفع. وتُظهر التحليلات تفاعلاً نشطاً من الجمهور، ما يجعلها نقطة تأثير مهمة ضمن فئة التعليم.

15 435
المشتركون
-724 ساعات
-1347 أيام
-12230 أيام
أرشيف المشاركات
تحليل بيانات الويب الفترة ٣

B- Static folder C- The main folder D- Templates folder 23. Which command saves the changes permanently in the database after any operation? A- Update B- Read C- Commit D- Create 24. What is the purpose of render_template() in Flask? A- To create a DNS record B- To encrypt passwords C- To render an HTML template file D- To define a CSS grid 25. Which set of operations forms CRUD? A- Create, Read, Update, Delete B- Click, Rank, Upload, Download C- Code, Render, Use, Debug D- Collect, Report, Undo, Design 26. Which of the following web analytics tools is most suitable for a company that wants to analyze its website data while mainly focusing on customer privacy? A- Google analytics B- Hotjar C- Adobe analytics D- Matomo 27. An analytics tool that focuses on UX and behavior analytics. A- Matomo B- SEMRUSH C- Hotjar D- Adobe analytics 28. You should consider data ethics in analytics by: A- Collect only necessary data B- Obtain user consent C- Avoid personal identifiers. D- All the written answers 29. In the Hexagon case study, what challenge did they face after launching its website? A- Poor product quality B- No measurement strategy or metrics to track website performance C- Lack of products D- High shipping cost 30. What solution was implemented in the Tourism Website Localization case study? A- Reducing website languages B- Increasing product prices C- Creating localized landing pages with translated content and region-specific offers. D- There was no solution for the website 31. The World Wide Web is a global system of interconnected documents and other web resources, accessible via the Internet. 32. JavaScript uses the DOM to detect and manipulate the elements in the HTML document. 33. JavaScript is the same as Java. 34. The DOM is the collection of objects, properties, and methods. 35. JavaScript should be the only way to access important navigation or contact information. 36. The main goal of web analytics is to help organizations make better decisions and improve their websites based on real data. 37. Referring sites traffic is the traffic coming from people who type your URL directly or use a bookmark. 38. Python backend development is responsible for data processing, business logic and security in web applications. 39. Object-Relational Mapping (ORM) is a programming technique that allows developers to interact with a database using object-oriented code instead of writing raw SQL queries. 40. SEMrush and Ahrefs analytics tools analyze your website and also look at your competitors.

1. <p style="color:red;">Hello</p> is an example of: A- Inline CSS B- Internal CSS C- External CSS D- Outside CSS 2. What is the purpose of HTML <style> element? A- Display content in the body B- Show text in the browser tab C- Define metadata D- Create headings 3. Why is external CSS preferred for larger projects? A- It mixes content and design in one place B- It can be reused across multiple pages and is easier to maintain. C- It prevents browsers from loading images. D- It replaces the need for HTML. 4. What is the main purpose of forms on web pages? A- To display images and videos B- To style text and background C- To accept users' information and provide interactivity D- To provide hyperlinks 5. Which HTML element associate text with a form control and improves accessibility? A- Label B- Script C- Caption D- Meta 6. What is the main difference between GET and POST methods? A- GET is more secure than POST B- GET sends data in the URL, POST sends it in the HTTP body C- POST sends data in the URL D- POST cannot send data to the server 7. Which HTML tag defines a structural block (division) on a web page? A- <p> B- <table> C- <a> D- <div> 8. In HTML, which form control allows selecting only one option from a group of items? A- Text box B- Checkbox C- Radio button D- All written answers 9. Which of the following is true about CSS? A- It controls how HTML elements look B- It stands for Cascading Style Sheets. C- It specifies the presentation and styling of a HTML document D- All written answers 10. Where can JavaScript code be placed in an HTML document? A- <js> </js> B- <style> </style> C- <script> </script> D- <p> </p> 11. What is an event in JavaScript? A- An action performed by the user B- A variable used to store data C- A styling rule for web pages D- A CSS property 12. Which one is an example of common uses of JavaScript? A- Display a message box B- Select list navigation C- Edit and validate form information D- All written answers 13. It is defined as every click or action a user takes on your site and collected using analytics tools. A- Demographic data B- Qualitative data C- Clickstream D- There is no answer 14. It involves measuring and analyzing web data outside your own website. It focuses on visibility and public feedback across the Internet. A- On-site web analytics B- Off-site web analytics C- Internal-site web analytics D- There is no answer 15. It measures how many people complete a desired action on your site. A- Conversion rate B- Exit rate C- Bounce rate D- Visits 16. A good web metric should be timely because: A- Late data is always more accurate B- Timely metrics is complex C- Timely metrics eliminate the need for analysis D- Metrics should be delivered fast enough to take action 17. What is a visit, also called a session? A- A collection of requests from a user during one browsing experience B- A single CSS selector C- A hidden input field D- A table row in SQL 18. A great metric should be: A- Complex B- Irrelevant C- Timely and instantly useful D- All written answers 19. It shows how much a visitor interacts with your site: A- Exit rate B- Visits C- Bounce rate D- Engagement rate 20. What is Flask? A- A Database application B- A web framework C- An operating system D- A JavaScript event 21. In Flask, what does the route() decorator do? A- Connects the URL to a specific function B- Creates a database C- It styles HTML elements. D- It creates a CSS file. 22. In Flask structure, HTML files should be saved in: A- Inside app.py file

حب برمجة جافا: 1b 2a 3b 4b 5b 6b 7b 8a 9b 10a 11d 12c 13b 14a 15c 16b 17a 18d 19a 20b 21b 22a 23c 24b 25c 26b 27c 28c 29b 30c 31d 32b 33b 34c 35a

برمجة جافا

26. What is the output of the following code? class Vehicle { public: Vehicle() { cout << "Vehicle "; } }; class Car : public Vehicle { public: Car() { cout << "Car"; } }; int main() { Car c; return 0; } A. Car Vehicle B. Vehicle Car C. Vehicle D. Car 27. Which one of the following examples represents inheritance? A. Car has Engine B. Student has Laptop C. House has Room D. Cat is an Animal 28. What is wrong with the following code? class Shape { public: virtual double area() = 0; }; class Circle : public Shape { }; int main() { Circle c; return 0; } A. Circle does not override the pure virtual function area() B. Shape cannot have public functions C. Circle must have a private data member D. area() must return int 29. What is the output of the following code? class Device { public: virtual void start() { cout << "Device "; } }; class Phone : public Device { public: void start() override { cout << "Phone "; } }; class Laptop : public Device { public: void start() override { cout << "Laptop "; } }; int main() { Device* d; d = new Phone(); d->start(); d = new Laptop(); d->start(); return 0; } A. Device Device B. Phone Laptop C. Phone Device D. Laptop Phone 30. Which relationship is shown in the following code? class Battery { }; class Phone { private: Battery battery; }; A. Inheritance B. Polymorphism C. Composition D. Function overriding 31. Which syntax declares a pure virtual function? A. pure virtual area(); B. virtual double area() = 0; C. override area() = 0; D. pure double area() = 0; 32. What are the declared type and the actual object type of s in the following code? Shape* s = new Circle(); A. Declared type: Circle, Actual type: Circle B. Declared type: Shape, Actual type: Circle C. Declared type: Shape, Actual type: Shape D. Declared type: Circle, Actual type: Shape 33. What is the problem with the following code? class Animal { public: virtual void sound() = 0; }; int main() { Animal a; return 0; } A. An abstract class cannot be used to create an object directly. B. The class has no constructor. C. The function sound must be private. D. The class must inherit from another class 34. Which is NOT a valid operator overload name? A. operator+ B. operator== C. operator* D. operatorA 35. In the following statement, which function is called? Counter c3 = c1 + c2 A. c1.operator+(c2) B. c2.operator+(c1) C. operator+(c3) D. Counter.operator(c1, c2) 36. What is a friend function? A. A member function that is always public. B. A non-member function that can access private and protected members. C. A constructor with no parameters. D. A function that overloads only arithmetic operators.

برمجة لغة C++ الفترة الثانية

D. Garbage value 18. How to call the function play() inside the namespace video? A. play() B. video.play() C. create object of video then call object.play() D. video::play() 19. What happens when this code is compiled? class Student { private: int grade = 100; public: void setGrade(int g) {this->grade=g;} int getGrade() {return this->grade;} }; int main() { Student s; cout<<s.grade; return 0; } A. Compilation error B. grade=100 C. grade=0 D. grade=g 20. Which of the following is a valid setter method? A. string setValue(int value) B. double setValue(int value) C. int setValue(int value) D. void setValue(int value) 21. (True/False): A private variable can be accessed by any function in the program? A. True B. False 22. What is the output of the following code? class Employee { public: void printName() { cout << "Employee "; } }; class SalesEmployee : public Employee { public: void printSalary() { cout << "Salary "; } }; int main() { SalesEmployee s; s.printName(); s.printSalary(); return 0; } A. Employee Salary B. Salary C. Salary Employee D. Compilation error 23. In the previous code (Question22), which class is the base class? A. Employee B. SalesEmployee C. Public D. None above 24. Which statement correctly describes the protected access specifier? A. Accessible everywhere B. Accessible only inside the class itself C. Accessible only from main() D. Accessible inside the class and its derived classes 25. When a derived object is created, which constructor runs first? A. Base constructor B. Derived constructor C. Both simultaneously D. Destructor

1. In the following code, how many times will "Hello" be printed? int i = 0; do { cout << "Hello" << endl; i++; } while (i < 3); A. 0 B. 2 C. 3 D. 4 2. What is the output of this switch statement? int x = 2; switch(x) { case 1: cout << "One "; case 2: cout << "Two "; case 3: cout << "Three "; default: cout << "Done"; } A. Two B. Two Three C. Two Three Done D. One Two Three Done 3. What is the output of the following for loop? for (int i=1; i<3; i++) { if (i==2) break; cout << i; } A. 1 B. 12 C. 123 D. 012 4. What is the output of the following code? int main() { int x = 10; if (x > 5) cout << "Greater"; else cout << "Smaller"; return 0; } A. Greater B. Smaller C. Compilation error D. 10 5. Which conditional operator expression is equivalent to: if (a < b) min = a; else min = b; A. min=(a > b)?a:b; B. min=(a >= b)?a:b; C. min=(a<= b)?b:a; D. min=(a < b)?a:b; 6. What is the output of this code? int arr[5] = {10, 20, 30, 40, 50}; cout << arr[1] << endl; A. 10 B. 20 C. 30 D. 40 7. What is the output when an array is passed to this function? void modify(int a[], int size) { a[0] = 99; } int main() { int arr[3] = {0, 1, 2}; modify(arr, 3); cout << arr[0]; return 0; } A. 0 B. 1 C. 99 D. Compilation error 8. What is the output of the following code? void change(int &x, int y) { x = 5; y = 10; } int main() { int a = 10, b = 20; change(a, b); cout << "a="<x = x + 5; } }; int main() { Point p(10); cout << p.x; return 0; } A. 10 B. 15 C. 5

المنتج والعلامة التجارية الفترة الثانية

21. Companies should use marketing communications to build and maintain brand equity. 22. Building long-term relationships with consumers has little impact on brand success. 23. Companies should maintain meaningful interactions with consumers to create long-term value. 24. Packaging facilitates product transportation and protection. 25. When developing new offerings, setting prices and developing the brand happen during commercial deployment stage. 26. A company should ensure that the image it creates through advertising accurately reflects the actual product experience provided to customers. 27. A prototype is the final version of a product ready for sale in the marketplace. 28. Cross-functional teams should work together when developing innovative offerings. 29. For brand and product management, social media platforms can be used to obtain customer feedback. 30. Consumers can influence brand perceptions through sharing their experiences. 31. Consumer feedback should not be considered when improving products and services. 32. Brand image refers to the associations consumers hold about a brand. 33. Free association involves participants collecting images that represent their thoughts and feelings. 34. Brand personality includes dimensions such as sincerity and competence. 35. Qualitative research techniques help identify possible brand associations. 36. Packaging 37. Brand Awareness 38. Brand Engagement 39. Mobile Marketing 40. Neuromarketing Column B a. Communication through smartphones and tablets b. Consumers interacting with and supporting a brand. c. Container or wrapper designed for a product. d. Consumers Ability to recognize and recall a brand. e. Uses EEG and fMRI technology to measure how the brain responds to marketing stimuli.

1. A customer follows a brand, comments on its posts, and shares its content. This is an example of: a. Brand engagement b. Brand management c. Brand switching d. Brand parity 2. Which of the following is the first stage in the Stage Gate framework for developing new offerings? a. Business-model design b. Commercial deployment c. Idea generation d. Offering development 3. A new brand uses advertising and social media messages to help customers recognise its name. The company is trying to build: a. Brand awareness b. Market share c. Purchase intention d. Product quality 4. Brand resonance is characterised in terms of brand relationship and measures for which of the following dimensions? a. Behavioural loyalty b. Attitudinal attachment c. Active engagement d. All of the above 5. A customer joins brand communities, attends brand events, and spends extra time and money supporting a favourite brand. This behaviour reflects: a. Market segmentation b. Active engagement c. Distribution channel d. Product line extension 6. A company creates a working model of a new product to identify problems before launching it. This model is called: a. Prototype b. Brand audit c. Beta test d. Value proposition 7. A customer is searching for product information using TikTok and Instagram. What type of channel is the customer using? a. Digital Channels b. Traditional Channels c. Logistics Channels d. Supply chain Channels 8. Digital personalisation allows marketers to: a. Personalise and customise offers to individual customers. b. Reduce customer engagement. c. Treat all customers exactly the same. d. Ignore customer preferences. 9. Which of the following is a primary function of packaging? a. Increasing employee productivity b. Identifying the brand c. Reducing market competition d. Forecasting sales 10. Which of the following refers to assessing an idea's desirability and viability? a. Incremental innovation b. Concept validation c. Idea validation d. Top-down idea generation 11. Researchers study consumers in their actual shopping environment to understand their behaviour toward a brand. Which technique is being used? a. Neuromarketing b. Free association c. Crowdsourcing d. Ethnographic methods 12. Nowadays, consumers are more likely to search for product information using: a. Mobile devices and digital platforms b. Traditional print media c. Television advertisements d. Radio broadcasts 13. Which of the following is a function shared by both slogans and packaging? a. Reducing the product price b. Choosing distribution channels c. Communicating information about the brand d. None of the above 14. A customer repeatedly purchases the same brand and recommends it to friends. Which of the following best reflects this relationship? a. Having no interaction with the brand b. Buying the brand only when it is discounted c. Frequently switching between competitors d. Customer loyalty 15. Which of the following is one of the Big Five dimensions of brand personality? a. Sincerity b. Excitement c. Competence d. All of the above 16. A company receives positive reviews and customers report satisfying experiences with its products. Which factor is most likely strengthening the brand's equity? a. Customer complaints b. Positive consumer experiences c. Poor product quality d. Inconsistent messages 17. The three goals of the Stage Gate framework are desirability, technological feasibility, and viability. 18. Consistent communication across marketing channels helps strengthen brand. 19. Brand awareness is measured only by brand recognition. 20. Social media platforms can increase customer engagement with brands.

المحاسبة المالية الفترة ٢

33- الأصول هي ممتلكات المنشأة. (A) العبارة صحيحة - (B) العبارة خاطئة 34- الالتزامات هي الالتزامات المالية للمنشأة تجاه الغير. (A) العبارة صحيحة - (B) العبارة خاطئة 35- تعتبر حسابات الأصول والالتزامات وحقوق الملكية من مكونات قائمة المركز المالي. (A) العبارة صحيحة - (B) العبارة خاطئة 36- يعتبر مبدأ الثبات أمراً ضرورياً في الممارسات المحاسبية. (A) العبارة صحيحة - (B) العبارة خاطئة السؤال الثاني: اختر الإجابة الصحيحة من بين الاختيارات الأربعة: 37- أي من المبادئ المحاسبية التالية يؤدي إلى الاعتراف الفوري بالخسارة المتوقعة. (A) المقابلة - (B) العدالة - (C) الثبات - (D) الحيطة 38- تكمن أهمية هذا المبدأ في أنه يحقق قابلية القوائم المالية للمقارنة لنفس المنشأة عن فترات مالية مختلفة. (A) الثبات - (B) الملائمة - (C) القابلية للمقارنة - (D) الافصاح 39- إعداد القوائم المالية عن فترات مالية متساوية هو تطبيق لمبدأ محاسبي متعارف عليه هو : (A) الموضوعية - (B) القابلية - (C) التحقق - (D) الفترة المحاسبية 40- مبدأ المقابلة يعني: (A) مقابلة الإيرادات المتوقعة فقط - (B) مقابلة المصروفات المستحقة فقط - (C) مقابلة الإيرادات التي تحققت في فترة مالية مع المصروفات التي ساهمت في تحقيق تلك الإيرادات. - (D) مقابلة أصول المنشأة مع خصوم وحقوق الملكية لها. 41- يمكن أن تؤدي عملية حصول المنشأة على أصل إلى: (A) نقص أصل آخر. - (B) نقص أصل آخر وزيادة خصم آخر. - (C) زيادة خصم. - (D) جميع ما سبق. 42- إذا علمت أن مجموع أصول المنشأة ٥٠٠٠٠٠ ريال وإن إجمالي الخصوم التي على المنشأة للغير هو ٢٠٠٠٠٠ ريال فإن صافي حقوق الملكية هو: (A) ٣٠٠٠٠٠ ريال. - (B) ١١١١١١ ريال. - (C) ١٦٥١١١ ريال. - (D) ٩٥١١١ ريال. 43- يجب أن تكون معادلة الميزانية في حالة توازن: (A) في بداية الفترة المحاسبية فقط. - (B) دائما خلال الفترة المحاسبية. - (C) عند الحصول على أصل نقداً فقط. - (D) عند إعداد القوائم المالية فقط. 44- أي من الحسابات التالية يعد من حسابات الأصول (A) قرض. - (B) رأس المال. - (C) نقدية بالبنك. - (D) لا شيء مما سبق 45- أي من الحسابات التالية يعد من حسابات الخصوم (الالتزامات) : (A) قرض. - (B) رأس المال. - (C) نقدية بالبنك. - (D) لا شيء مما سبق 46- أي من الحسابات التالية يعد من حسابات حقوق الملكية: (A) قرض. - (B) رأس المال. - (C) نقدية بالبنك. - (D) لا شيء مما سبق. 47- القائمة التي تظهر بها مصروفات المنشأة هي : (A) قائمة التدفقات النقدية. - (B) قائمة المركز المالي. - (C) قائمة الدخل. - (D) لا شيء مما سبق. 48- يظهر رصيد حساب السيارات في أي من القوائم المالية التالية: (A) قائمة التدفقات النقدية. - (B) قائمة المركز المالي. - (C) قائمة الدخل. - (D) لا شيء مما سبق. 49- عند شراء مبني جديد للمنشأة نقداً، فإن ذلك يؤدي إلى: (A) الثبات - (B) المقابلة - (C) زيادة أصول المنشأة. - (D) لا شيء مما سبق. 50- أي من التالي هو الشكل الصحيح للمعادلة المحاسبية: (A) حقوق الملكية = الأصول + الخصوم. - (B) الخصوم = الأصول + حقوق الملكية. - (C) الأصول = الخصوم + حقوق الملكية. - (D) الأصول = الخصوم - حقوق الملكية.

السؤال الأول: أي العبارات التالية صحيحة وايها خاطئة: 1- يترتب على مبدأ الاستمرار أن تظهر مفردات قائمة المركز المالي بقيمها التاريخية. (A) العبارة صحيحة - (B) العبارة خاطئة 2- تتحقق الإيرادات محاسبياً عند إتمام عملية بيع السلعة. (A) العبارة صحيحة - (B) العبارة خاطئة 3- يتم إعداد قائمة الدخل في فترة زمنية معينة نظراً لأنها تختص بقياس ثروة المنشأة. (A) العبارة صحيحة - (B) العبارة خاطئة 4- يتم إعداد قائمة المركز المالي عن فترة زمنية معينة لأنها تظهر نتيجة نشاط المنشأة خلال الفترة. (A) العبارة صحيحة - (B) العبارة خاطئة 5- تتصف جميع الأصول بأن لها وجود أو كيان مادي ملموس. (A) العبارة صحيحة - (B) العبارة خاطئة 6- لا يوجد أي ارتباط بين المحاسبة المالية ومحاسبة التكاليف. (A) العبارة صحيحة - (B) العبارة خاطئة 7- إذا حدثت زيادة في أحد الأصول فلابد وأن يقابل ذلك نقص في أصل آخر أو زيادة في الخصوم أو في حقوق الملكية. (A) العبارة صحيحة - (B) العبارة خاطئة 8- يتساوى رأس مال المنشأة مع الفرق بين الأصول والخصوم بصفة دائمه. (A) العبارة صحيحة - (B) العبارة خاطئة 9- يترتب على سداد المصروف نقص الأصول وزيادة الخصوم ونقص حقوق الملكية. (A) العبارة صحيحة - (B) العبارة خاطئة 10- من الضروري أن تؤدي الإيرادات إلى زيادة الأصول حتى في حالة عدم تحصيلها نقداً. (A) العبارة صحيحة - (B) العبارة خاطئة 11- في حين تسجل الزيادة في عناصر الأصول والمصروفات بجعلها مدينة فإن الزيادة في عناصر الخصوم وحقوق الملكية والإيرادات تسجل بجعلها دائنة. (A) العبارة صحيحة - (B) العبارة خاطئة 12- يمكن أن لا يترتب على بعض العمليات التي تقوم بها المنشأة أي تغيير في مجموع الأصول والخصوم. (A) العبارة صحيحة - (B) العبارة خاطئة 13- تعني قاعدة القيد المزدوج أن لكل عملية مالية طرفين متساويين أحدهما مدين والآخر دائن. (A) العبارة صحيحة - (B) العبارة خاطئة 14- بما أن أرصدة حسابات الأصول والمصروفات مدينة بطبيعتها فإن أرصدة الخصوم وحقوق الملكية والإيرادات دائنة بطبيعتها. (A) العبارة صحيحة - (B) العبارة خاطئة 15- لا يؤثر سداد الالتزام المستحق على المنشأة للغير على حقوق ملكية. (A) العبارة صحيحة - (B) العبارة خاطئة 16- يؤدي جعل حساب ما مديناً إلى نقص رصيد الحساب بالقيمة التي جُعل مديناً بها بغض النظر عن طبيعة الحساب. (A) العبارة صحيحة - (B) العبارة خاطئة 17- إذا تعددت حسابات الطرف المدين لعملية ما، فإن هذا يستدعي أن تتعدد حسابات الطرف الدائن لنفس العملية؛ لأن جميع أطراف العملية الواحدة يجب أن تتساوى. (A) العبارة صحيحة - (B) العبارة خاطئة 18- توازن ميزان المراجعة يقدم دليلاً قاطعاً على صحة عمليات التسجيل والترحيل والترصيد. (A) العبارة صحيحة - (B) العبارة خاطئة 19- إذا عجز المحاسب في اكتشاف الأخطاء التي تؤدي إلى عدم توازن جانبي ميزان المراجعة فإن عليه أن يقوم بمراجعة جميع العمليات منذ بداية التسجيل في دفتر اليومية حتى إعداد ميزان المراجعة. (A) العبارة صحيحة - (B) العبارة خاطئة 20- يطلق على دفتر اليومية دفتر القيد الأولي باعتبار أنه السجل الأولي الذي تثبت به العمليات المالية. (A) العبارة صحيحة - (B) العبارة خاطئة 21- عملية الترحيل هي عملية نقل المبالغ من دفتر الأستاذ إلى ميزان المراجعة. (A) العبارة صحيحة - (B) العبارة خاطئة 22- جميع العمليات التي تقوم بها المنشأة يتم تسجيلها في السجلات المحاسبية. (A) العبارة صحيحة - (B) العبارة خاطئة 23- يقصد بعملية التصريد أن يتم مقارنة المبالغ المدينة مع المبالغ الدائنة للحساب وتحديد الفرق. (A) العبارة صحيحة - (B) العبارة خاطئة 24- الأصول هي الالتزامات المالية للمنشأة تجاه الغير. (A) العبارة صحيحة - (B) العبارة خاطئة 25- تعتبر حسابات الإيرادات والمصروفات من مكونات قائمة الدخل. (A) العبارة صحيحة - (B) العبارة خاطئة 26- يعتبر حساب الخزينة من حسابات الخصوم. (A) العبارة صحيحة - (B) العبارة خاطئة 27- تعتبر قائمة الدخل من القوائم المالية. (A) العبارة صحيحة - (B) العبارة خاطئة 28- تنص قاعدة القيد المزدوج إثبات العملية مرتين في الدفاتر المحاسبية. (A) العبارة صحيحة - (B) العبارة خاطئة 29- حقوق الملكية هي نفسها الأصول. (A) العبارة صحيحة - (B) العبارة خاطئة 30- تهدف المحاسبة الادارية الى اعداد القوائم المالية. (A) العبارة صحيحة - (B) العبارة خاطئة 31- تهدف محاسبة التكاليف الى اعداد القوائم المالية. (A) العبارة صحيحة - (B) العبارة خاطئة 32- لا يمكن زيادة قيمة الأصول في القوائم المالية نتيجة ارتفاع أسعارها. (A) العبارة صحيحة - (B) العبارة خاطئة

استاتيكا الفترة الاولى

تفاضل وتكامل عديد المتغيرات اليوم الفترة الأولى